/external/clang/test/Analysis/ |
D | NewDelete-intersections.mm | 18 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
|
D | exceptions.mm | 7 void free(void *); function
|
D | malloc.m | 7 void free(void *); function
|
/external/valgrind/main/drd/ |
D | drd_segment.c | 102 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
|
D | drd_thread.c | 394 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/ |
D | m_options.c | 262 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
|
D | m_aspacehl.c | 54 VG_(free)(starts); in VG_() local
|
/external/compiler-rt/test/asan/TestCases/ |
D | deep_stack_uaf.cc | 11 static void free(char *x) { in free() function 18 static void free(char *x) { in free() function
|
/external/valgrind/main/helgrind/ |
D | hg_basics.c | 55 void HG_(free) ( void* p ) in HG_() argument 58 VG_(free)(p); in HG_() local
|
/external/clang/test/CodeGenObjC/ |
D | 2008-10-3-EhValue.m | 10 +free; class 11 -free; method
|
/external/valgrind/main/coregrind/m_ume/ |
D | elf.c | 391 VG_(free)(buf); in VG_() local 501 VG_(free)(interp); in VG_() local 522 VG_(free)(e); in VG_() local
|
/external/eigen/test/eigen2/ |
D | gsl_helper.h | 30 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/ |
D | GrGLNameAllocator.cpp | 188 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/ |
D | GrGLNameAllocator.cpp | 188 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/ |
D | hmm_grow.c | 46 U(free)(desc, HEAD_TO_PTR_REC(end)); in U() local
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
D | hmm_grow.c | 46 U(free)(desc, HEAD_TO_PTR_REC(end)); in U() local
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | StringBufferPool.java | 52 public synchronized static void free(FastStringBuffer sb) in free() method in StringBufferPool
|
/external/clang/test/CodeGenCXX/ |
D | attr-cleanup.cpp | 4 void free(void *i) {} in free() function
|
/external/valgrind/main/memcheck/ |
D | mc_leakcheck.c | 414 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
|
D | mc_malloc_wrappers.c | 516 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/ |
D | initimg-darwin.c | 161 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/ |
D | user_malloc.cc | 15 extern "C" void free(void *p) { in free() function
|
/external/valgrind/main/memcheck/tests/ |
D | static_malloc.c | 10 void free(void*ptr) { in free() function
|
/external/valgrind/main/callgrind/ |
D | costs.c | 75 VG_(free)(cc); in CLG_() local
|
/external/chromium_org/third_party/WebKit/Source/platform/testing/ |
D | ArenaTestHelpers.h | 54 virtual void free(void* ptr) OVERRIDE in free() function
|