Home
last modified time | relevance | path

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

12345678

/external/clang/test/Analysis/
DNewDelete-intersections.mm19 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
Dexceptions.mm7 void free(void *); function
Dmalloc.m7 void free(void *); function
/external/valgrind/drd/
Ddrd_segment.c102 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
Ddrd_thread.c400 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/
Dm_options.c270 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
Dm_aspacehl.c54 VG_(free)(starts); in VG_() local
/external/compiler-rt/test/asan/TestCases/
Ddeep_stack_uaf.cc12 static void free(char *x) { in free() function
19 static void free(char *x) { in free() function
/external/valgrind/helgrind/
Dhg_basics.c54 void HG_(free) ( void* p ) in HG_() argument
57 VG_(free)(p); in HG_() local
/external/clang/test/CodeGenObjC/
D2008-10-3-EhValue.m10 +free; class
11 -free; method
/external/valgrind/coregrind/m_initimg/
Dinitimg-pathscan.c108 VG_(free)(executable_name_out); in match_executable() local
137 VG_(free)(executable_name_out); in ML_() local
Dinitimg-darwin.c158 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/
Delf.c388 VG_(free)(buf); in VG_() local
499 VG_(free)(interp); in VG_() local
524 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/skia/src/gpu/gl/
DGrGLNameAllocator.cpp188 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/
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
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
Dmc_malloc_wrappers.c494 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/
Dattr-cleanup.cpp4 void free(void *i) {} in free() function
Ddebug-info-access.cpp37 void free() {} in free() function
/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/compiler-rt/test/tsan/Linux/
Duser_malloc.cc15 extern "C" void free(void *p) { in free() function
/external/valgrind/memcheck/tests/
Dstatic_malloc.c10 void free(void*ptr) { in free() function
/external/cmockery/cmockery_0_1_2/src/example/
Dallocate_module.c26 #define free(ptr) _test_free(ptr, __FILE__, __LINE__) macro
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3collections.h128 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/
DMD5.cpp189 unsigned long used, free; in update() local
233 unsigned long used, free; in final() local

12345678