/external/clang/test/Analysis/ |
D | NewDelete-intersections.mm | 20 int *p1 = (int *)malloc(sizeof(int)); function 23 int *p2 = (int *)malloc(sizeof(int)); function 27 int *p3 = (int *)malloc(sizeof(int)); // no warn function 29 int *p4 = (int *)malloc(sizeof(int)); function
|
D | exceptions.mm | 6 void *malloc(size_t); function
|
D | malloc.m | 6 void *malloc(size_t); function
|
D | MismatchedDeallocator-checker-test.mm | 7 void *malloc(size_t); function
|
/external/clang/test/SemaObjC/ |
D | attr-malloc.m | 4 - (id) test1 __attribute((malloc)); // expected-warning {{functions returning a pointer type}} 5 - (int) test2 __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/ |
D | rpm.spec | 22 malloc() and cpu and heap profiling utilities. function
|
/external/clang/test/Sema/ |
D | implicit-builtin-freestanding.c | 4 int malloc(int a) { return a; } in malloc() function
|
D | implicit-builtin-redecl.c | 5 static void* malloc(int size) { in malloc() function
|
D | implicit-builtin-decl.c | 16 void g(int malloc) { // okay: these aren't functions in g()
|
/external/chromium_org/tools/gyp/test/link-dependency/ |
D | mymalloc.c | 9 void *malloc(size_t size) { in malloc() function
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | interception_malloc_test.cc | 12 extern "C" void *malloc(size_t size) { in malloc() function
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
D | pr5056.cpp | 11 inline void *A<T>::malloc(int) in malloc() function in A
|
/external/clang/test/CodeGenObjC/ |
D | 2009-01-26-WriteBarrier-2.m | 7 void * malloc(size_t size); function
|
/external/compiler-rt/test/tsan/ |
D | user_malloc.cc | 8 extern "C" void *malloc(unsigned long size) { in malloc() function
|
/external/valgrind/main/memcheck/tests/ |
D | static_malloc.c | 5 void* malloc(size_t i) { in malloc() function
|
/external/cmockery/cmockery_0_1_2/src/example/ |
D | allocate_module.c | 24 #define malloc(size) _test_malloc(size, __FILE__, __LINE__) macro
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_mangle_jet.h | 14 # define malloc jet_malloc macro
|
D | jemalloc_mangle.h | 14 # define malloc je_malloc macro
|
/external/libunwind/tests/ |
D | Gtest-nomalloc.c | 38 malloc(size_t s) in malloc() function
|
D | Ltest-nocalloc.c | 66 malloc(size_t s) in malloc() function
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 35 void *(*malloc)(uptr bytes); member 78 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument
|
/external/ipsec-tools/src/racoon/ |
D | gcmalloc.h | 55 malloc(size_t size) in malloc() function
|
/external/valgrind/main/drd/tests/ |
D | unit_vc.c | 13 void* VG_(malloc)(const HChar* cc, SizeT nbytes) in VG_() argument
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | libc_override_redefine.h | 69 void* malloc(size_t s) __THROW { return tc_malloc(s); } in malloc() function
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 73 void *malloc(size_t size) { in malloc() function
|