/external/clang/test/Analysis/ |
D | NewDelete-intersections.mm | 19 free(&i); // no warn function 22 free(++p1); // no warn function 25 free(p2); function 26 free(p2); // no warn function 31 free(p4); function 35 free(p5); // no warn function
|
D | exceptions.mm | 7 void free(void *); function
|
D | malloc.m | 7 void free(void *); function
|
/external/valgrind/drd/ |
D | drd_segment.c | 102 VG_(free)(vc); in sg_init() local 145 VG_(free)(vc); in DRD_() local 158 VG_(free)(sg); in DRD_() local 187 VG_(free)(vc); in DRD_() local 215 VG_(free)(vc1); in DRD_() local 216 VG_(free)(vc2); in DRD_() local
|
D | drd_thread.c | 400 VG_(free)(vc); in DRD_() local 403 VG_(free)(msg); in DRD_() local 915 VG_(free)(vc_min); in thread_discard_ordered_segments() local 916 VG_(free)(vc_max); in thread_discard_ordered_segments() local 1104 VG_(free)(str1); in DRD_() local 1105 VG_(free)(str2); in DRD_() local 1128 VG_(free)(str); in DRD_() local 1157 VG_(free)(str1); in thread_combine_vc_sync() local 1158 VG_(free)(str2); in thread_combine_vc_sync() local 1414 VG_(free)(str); in thread_compute_conflict_set() local [all …]
|
/external/valgrind/coregrind/ |
D | m_options.c | 270 VG_(free)(out); in VG_() local 342 VG_(free)(patt); in VG_() local 369 VG_(free)(patt); in VG_() local 373 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 | 12 static void free(char *x) { in free() function 19 static void free(char *x) { in free() function
|
/external/valgrind/helgrind/ |
D | hg_basics.c | 54 void HG_(free) ( void* p ) in HG_() argument 57 VG_(free)(p); in HG_() local
|
/external/clang/test/CodeGenObjC/ |
D | 2008-10-3-EhValue.m | 10 +free; class 11 -free; method
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-pathscan.c | 108 VG_(free)(executable_name_out); in match_executable() local 137 VG_(free)(executable_name_out); in ML_() local
|
D | initimg-darwin.c | 158 VG_(free)(preload_tool_path); in setup_client_env() local 243 VG_(free)(preload_string); in setup_client_env() local 555 VG_(free)(env); in VG_() local
|
/external/valgrind/coregrind/m_ume/ |
D | elf.c | 388 VG_(free)(buf); in VG_() local 499 VG_(free)(interp); in VG_() local 524 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/skia/src/gpu/gl/ |
D | GrGLNameAllocator.cpp | 188 SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) override { in free() function in GrGLNameAllocator::SparseNameTree 306 SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) override { in free() function in GrGLNameAllocator::ContiguousNameRange 363 void GrGLNameAllocator::free(GrGLuint name) { in free() function in GrGLNameAllocator
|
/external/valgrind/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 1190 VG_(free)(lr_array); in get_lr_array_from_lr_table() local 1306 VG_(free) (lr_array); in print_results() local 1663 VG_(free)(seg_starts); in scan_memory_root_set() local 1691 VG_(free)(lc_chunks); in MC_() local 1787 VG_(free)(lc_extras); in MC_() local 1862 VG_(free) ( lc_markstack ); in MC_() local 1912 VG_(free) ( chunks ); in MC_() local
|
D | mc_malloc_wrappers.c | 494 void MC_(free) ( ThreadId tid, void* p ) in MC_() argument 743 VG_(free)(mp); in MC_() local 829 VG_(free)(chunks); in check_mempool_sane() local 950 VG_(free)(chunks); in MC_() local 965 VG_(free)(chunks); in MC_() local 1007 VG_(free)(chunks); in MC_() local
|
/external/clang/test/CodeGenCXX/ |
D | attr-cleanup.cpp | 4 void free(void *i) {} in free() function
|
D | debug-info-access.cpp | 37 void free() {} in free() function
|
/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/compiler-rt/test/tsan/Linux/ |
D | user_malloc.cc | 15 extern "C" void free(void *p) { in free() function
|
/external/valgrind/memcheck/tests/ |
D | static_malloc.c | 10 void free(void*ptr) { in free() function
|
/external/cmockery/cmockery_0_1_2/src/example/ |
D | allocate_module.c | 26 #define free(ptr) _test_free(ptr, __FILE__, __LINE__) macro
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3collections.h | 128 void (*free) (struct ANTLR3_HASH_TABLE_struct * table); member 174 void (*free) (struct ANTLR3_HASH_ENUM_struct * table); member 186 void (*free) (struct ANTLR3_LIST_struct * list); member 208 void (*free) (struct ANTLR3_STACK_struct * stack); member 386 void (*free) (struct ANTLR3_INT_TRIE_struct * trie); member 503 void (*free) (struct ANTLR3_TOPO_struct * topo); member
|
/external/llvm/lib/Support/ |
D | MD5.cpp | 189 unsigned long used, free; in update() local 233 unsigned long used, free; in final() local
|