| /external/clang/test/Analysis/ |
| D | NewDelete-intersections.mm | 19 free(&i); // no warn function 21 int *p1 = (int *)malloc(sizeof(int)); function 22 free(++p1); // no warn function 24 int *p2 = (int *)malloc(sizeof(int)); function 25 free(p2); function 26 free(p2); // no warn function 28 int *p3 = (int *)malloc(sizeof(int)); // no warn function 30 int *p4 = (int *)malloc(sizeof(int)); function 31 free(p4); function 35 free(p5); // no warn function
|
| D | exceptions.mm | 6 void *malloc(size_t); function 7 void free(void *); function
|
| D | malloc.m | 6 void *malloc(size_t); function 7 void free(void *); function
|
| D | MismatchedDeallocator-checker-test.mm | 7 void *malloc(size_t); function 13 void free(void *); function
|
| D | uninit-vals.m | 6 void *malloc(size_t); function 8 void free(void *); function
|
| D | edges-new.mm | 524 void *malloc(unsigned long); function 526 void free(void *); function
|
| /external/compiler-rt/test/tsan/Linux/ |
| D | user_malloc.cc | 8 extern "C" void *malloc(unsigned long size) { in malloc() function 15 extern "C" void free(void *p) { in free() function
|
| /external/valgrind/memcheck/tests/ |
| D | static_malloc.c | 5 void* malloc(size_t i) { in malloc() function 10 void free(void*ptr) { in free() function
|
| /external/cmockery/cmockery_0_1_2/src/example/ |
| D | allocate_module.c | 24 #define malloc(size) _test_malloc(size, __FILE__, __LINE__) macro 26 #define free(ptr) _test_free(ptr, __FILE__, __LINE__) macro
|
| /external/compiler-rt/lib/asan/ |
| D | asan_malloc_linux.cc | 37 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() argument 51 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument 148 void *(*malloc)(uptr bytes); member 149 void (*free)(void *mem); member 158 void (*free)(void *mem); member 160 void *(*malloc)(uptr bytes); member
|
| D | asan_malloc_win.cc | 41 void free(void *ptr) { in free() function 57 void *malloc(size_t size) { in malloc() function
|
| /external/curl/lib/ |
| D | curl_memory.h | 111 #define malloc(size) Curl_cmalloc(size) macro 117 #define free(ptr) Curl_cfree(ptr) macro
|
| D | memdebug.h | 87 #define malloc(size) curl_domalloc(size, __LINE__, __FILE__) macro 90 #define free(ptr) curl_dofree(ptr, __LINE__, __FILE__) macro
|
| /external/jemalloc/include/jemalloc/ |
| D | jemalloc_mangle.h | 14 # define malloc je_malloc macro 19 # define free je_free macro
|
| D | jemalloc_mangle_jet.h | 14 # define malloc jet_malloc macro 19 # define free jet_free macro
|
| D | jemalloc.h | 333 # define malloc je_malloc macro 338 # define free je_free macro
|
| /external/vboot_reference/firmware/lib/include/ |
| D | utility.h | 109 #define malloc _do_not_use_standard_malloc macro 110 #define free _do_not_use_standard_free macro
|
| /external/avahi/avahi-common/ |
| D | avahi-malloc.h | 76 void* (*malloc)(size_t size) AVAHI_GCC_ALLOC_SIZE(1); member 77 void (*free)(void *p); member
|
| /external/ipsec-tools/src/racoon/ |
| D | gcmalloc.h | 55 malloc(size_t size) in malloc() function 77 free(void *ptr) in free() function
|
| /external/valgrind/drd/tests/ |
| D | unit_vc.c | 13 void* VG_(malloc)(const HChar* cc, SizeT nbytes) in VG_() argument 17 void VG_(free)(void* p) in VG_() argument
|
| D | unit_bitmap.c | 27 void* VG_(malloc)(const HChar* cc, SizeT nbytes) in VG_() argument 29 void VG_(free)(void* p) in VG_() argument
|
| /external/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_allocator_testlib.cc | 73 void *malloc(size_t size) { in malloc() function 81 void free(void *p) { in free() function
|
| /external/valgrind/memcheck/ |
| D | mc_malloc_wrappers.c | 380 void* MC_(malloc) ( ThreadId tid, SizeT n ) in MC_() argument 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/valgrind/coregrind/m_gdbserver/ |
| D | server.h | 157 #define malloc(sz) VG_(malloc) ("gdbsrv", sz) macro 161 #define free(b) VG_(free) (b) macro
|
| /external/pdfium/third_party/zlib_v128/ |
| D | gzguts.h | 130 #define malloc(size) FXMEM_DefaultAlloc(size, 0) macro 131 #define free(ptr) FXMEM_DefaultFree(ptr, 0) macro
|