Home
last modified time | relevance | path

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

12345678910

/external/clang/test/Analysis/
DNewDelete-intersections.mm18 free(&i); // no warn function
21 free(++p1); // no warn function
24 free(p2); function
25 free(p2); // no warn function
30 free(p4); function
Dexceptions.mm7 void free(void *); function
Dmalloc.m7 void free(void *); function
/external/valgrind/main/drd/
Ddrd_segment.c102 VG_(free)(vc); in sg_init() local
146 VG_(free)(vc); in DRD_() local
159 VG_(free)(sg); in DRD_() local
188 VG_(free)(vc); in DRD_() local
216 VG_(free)(vc1); in DRD_() local
217 VG_(free)(vc2); in DRD_() local
Ddrd_thread.c394 VG_(free)(vc); in DRD_() local
397 VG_(free)(msg); in DRD_() local
906 VG_(free)(vc_min); in thread_discard_ordered_segments() local
907 VG_(free)(vc_max); in thread_discard_ordered_segments() local
1095 VG_(free)(str1); in DRD_() local
1096 VG_(free)(str2); in DRD_() local
1119 VG_(free)(str); in DRD_() local
1148 VG_(free)(str1); in thread_combine_vc_sync() local
1149 VG_(free)(str2); in thread_combine_vc_sync() local
1409 VG_(free)(str); in thread_compute_conflict_set() local
[all …]
/external/valgrind/main/coregrind/
Dm_options.c262 VG_(free)(out); in VG_() local
336 VG_(free)(patt); in VG_() local
363 VG_(free)(patt); in VG_() local
367 VG_(free)(patt); in VG_() local
Dm_aspacehl.c54 VG_(free)(starts); in VG_() local
/external/compiler-rt/test/asan/TestCases/
Ddeep_stack_uaf.cc11 static void free(char *x) { in free() function
18 static void free(char *x) { in free() function
/external/valgrind/main/helgrind/
Dhg_basics.c55 void HG_(free) ( void* p ) in HG_() argument
58 VG_(free)(p); in HG_() local
/external/clang/test/CodeGenObjC/
D2008-10-3-EhValue.m10 +free; class
11 -free; method
/external/valgrind/main/coregrind/m_ume/
Delf.c391 VG_(free)(buf); in VG_() local
501 VG_(free)(interp); in VG_() local
522 VG_(free)(e); in VG_() local
/external/eigen/test/eigen2/
Dgsl_helper.h30 static void free(Matrix& m) { gsl_matrix_free(m); m=0; } in free() function
31 static void free(Vector& m) { gsl_vector_free(m); m=0; } in free() function
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLNameAllocator.cpp188 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) SK_OVERRIDE { in free() function in GrGLNameAllocator::SparseNameTree
306 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) SK_OVERRIDE { in free() function in GrGLNameAllocator::ContiguousNameRange
363 void GrGLNameAllocator::free(GrGLuint name) { in free() function in GrGLNameAllocator
/external/skia/src/gpu/gl/
DGrGLNameAllocator.cpp188 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) SK_OVERRIDE { in free() function in GrGLNameAllocator::SparseNameTree
306 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) SK_OVERRIDE { in free() function in GrGLNameAllocator::ContiguousNameRange
363 void GrGLNameAllocator::free(GrGLuint name) { in free() function in GrGLNameAllocator
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
Dhmm_grow.c46 U(free)(desc, HEAD_TO_PTR_REC(end)); in U() local
/external/libvpx/libvpx/vpx_mem/memory_manager/
Dhmm_grow.c46 U(free)(desc, HEAD_TO_PTR_REC(end)); in U() 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/clang/test/CodeGenCXX/
Dattr-cleanup.cpp4 void free(void *i) {} in free() function
/external/valgrind/main/memcheck/
Dmc_leakcheck.c414 VG_(free)(mallocs); in find_active_chunks() local
415 VG_(free)(malloc_chunk_holds_a_pool_chunk); in find_active_chunks() local
1162 VG_(free)(lr_array); in get_lr_array_from_lr_table() local
1278 VG_(free) (lr_array); in print_results() local
1631 VG_(free)(seg_starts); in scan_memory_root_set() local
1659 VG_(free)(lc_chunks); in MC_() local
1755 VG_(free)(lc_extras); in MC_() local
1830 VG_(free) ( lc_markstack ); in MC_() local
1880 VG_(free) ( chunks ); in MC_() local
Dmc_malloc_wrappers.c516 void MC_(free) ( ThreadId tid, void* p ) in MC_() argument
765 VG_(free)(mp); in MC_() local
851 VG_(free)(chunks); in check_mempool_sane() local
972 VG_(free)(chunks); in MC_() local
987 VG_(free)(chunks); in MC_() local
1029 VG_(free)(chunks); in MC_() local
/external/valgrind/main/coregrind/m_initimg/
Dinitimg-darwin.c161 VG_(free)(preload_tool_path); in setup_client_env() local
251 VG_(free)(preload_string); in setup_client_env() local
553 VG_(free)(env); in VG_() local
/external/compiler-rt/test/tsan/
Duser_malloc.cc15 extern "C" void free(void *p) { in free() function
/external/valgrind/main/memcheck/tests/
Dstatic_malloc.c10 void free(void*ptr) { in free() function
/external/valgrind/main/callgrind/
Dcosts.c75 VG_(free)(cc); in CLG_() local
/external/chromium_org/third_party/WebKit/Source/platform/testing/
DArenaTestHelpers.h54 virtual void free(void* ptr) OVERRIDE in free() function

12345678910