Home
last modified time | relevance | path

Searched defs:free (Results 1 – 25 of 112) sorted by relevance

12345

/external/valgrind/main/drd/
Ddrd_segment.c96 VG_(free)(vc); in sg_init() local
135 VG_(free)(vc); in DRD_() local
142 VG_(free)(sg); in DRD_() local
171 VG_(free)(vc); in DRD_() local
199 VG_(free)(vc1); in DRD_() local
200 VG_(free)(vc2); in DRD_() local
Ddrd_thread.c357 VG_(free)(vc); in DRD_() local
360 VG_(free)(msg); in DRD_() local
857 VG_(free)(vc_min); in thread_discard_ordered_segments() local
858 VG_(free)(vc_max); in thread_discard_ordered_segments() local
1047 VG_(free)(str1); in DRD_() local
1048 VG_(free)(str2); in DRD_() local
1074 VG_(free)(str); in DRD_() local
1104 VG_(free)(str1); in thread_combine_vc_sync() local
1105 VG_(free)(str2); in thread_combine_vc_sync() local
1408 VG_(free)(str); in thread_compute_conflict_set() local
[all …]
Ddrd_bitmap2_node.c112 VG_(free)(p); in free_chunk() local
176 VG_(free)(bm2); in DRD_() local
/external/valgrind/main/helgrind/
Dhg_basics.c55 void HG_(free) ( void* p ) in HG_() argument
58 VG_(free)(p); in HG_() local
/external/llvm/test/FrontendObjC/
D2008-10-3-EhValue.m10 +free; class
11 -free; method
/external/skia/gpu/include/
DGrMemory.h75 void free() { in free() function
152 void free() { in free() function
/external/valgrind/main/coregrind/m_ume/
Delf.c387 VG_(free)(buf); local
495 VG_(free)(interp); local
524 VG_(free)(e); local
/external/libvpx/vpx_mem/memory_manager/
Dhmm_grow.c47 U(free)(desc, HEAD_TO_PTR_REC(end)); in U() local
/external/valgrind/main/memcheck/
Dmc_malloc_wrappers.c127 VG_(free) ( mc1 ); in add_to_freed_queue() local
321 void MC_(free) ( ThreadId tid, void* p ) in MC_() argument
567 VG_(free)(mp); in MC_() local
653 VG_(free)(chunks); in check_mempool_sane() local
766 VG_(free)(chunks); in MC_() local
781 VG_(free)(chunks); in MC_() local
823 VG_(free)(chunks); in MC_() local
Dmc_leakcheck.c412 VG_(free)(mallocs); in find_active_chunks() local
413 VG_(free)(malloc_chunk_holds_a_pool_chunk); in find_active_chunks() local
1130 VG_(free) ( lc_chunks ); in MC_() local
1131 VG_(free) ( lc_extras ); in MC_() local
1132 VG_(free) ( lc_markstack ); in MC_() local
/external/valgrind/main/coregrind/
Dm_aspacehl.c54 VG_(free)(starts); in VG_() local
Dm_hashtable.c260 VG_(free)(node); in VG_() local
264 VG_(free)(table); in VG_() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DStringBufferPool.java52 public synchronized static void free(FastStringBuffer sb) in free() method in StringBufferPool
/external/bluetooth/glib/glib/gnulib/
Dg-gnulib.h38 #define free g_free macro
/external/webkit/Source/WebKit/chromium/tests/
DArenaTestHelpers.h53 virtual void free(void* ptr) in free() function
/external/valgrind/main/callgrind/
Dcosts.c75 VG_(free)(cc); in CLG_() local
/external/valgrind/main/coregrind/m_initimg/
Dinitimg-darwin.c160 VG_(free)(preload_tool_path); in setup_client_env() local
250 VG_(free)(preload_string); in setup_client_env() local
552 VG_(free)(env); in VG_() local
Dinitimg-aix5.c232 VG_(free)(plcore_str); in VG_() local
233 VG_(free)(pltool_str); in VG_() local
Dinitimg-linux.c175 VG_(free)(preload_tool_path); in setup_client_env() local
243 VG_(free)(preload_string); in setup_client_env() local
912 VG_(free)(env); in VG_() local
/external/skia/include/core/
DSkTemplates.h71 void free() { delete fObj; fObj = NULL; } in free() function
85 void free() { delete[] fArray; fArray = NULL; } in free() function
/external/webkit/Source/JavaScriptCore/wtf/brew/
DSystemMallocBrew.h63 #define free(p) freeBrew(p) macro
/external/qemu/android/
Daudio-test.c30 testAudio_audio_callback(void* opaque, int free) in testAudio_audio_callback()
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocatorFixedVMPool.cpp127 void free(size_t location, AllocationTableSizeClass& sizeClass) in free() function in JSC::AllocationTableLeaf
196 void free(size_t location, AllocationTableSizeClass& sizeClass) in free() function in JSC::LazyAllocationTable
304 void free(size_t location, AllocationTableSizeClass& sizeClass) in free() function in JSC::AllocationTableDirectory
440 void free(ExecutablePool::Allocation allocation) in free() function in JSC::FixedVMPoolAllocator
/external/skia/src/images/
DSkCreateRLEPixelRef.cpp73 size_t free = 0; in SkCreateRLEPixelRef() local
/external/webkit/Source/WebCore/rendering/
DRenderArena.cpp114 void RenderArena::free(size_t size, void* ptr) in free() function in WebCore::RenderArena

12345