| /external/clang/test/Analysis/ | 
| D | NewDelete-intersections.mm | 21   int *p1 = (int *)malloc(sizeof(int));  function24   int *p2 = (int *)malloc(sizeof(int));  function
 28   int *p3 = (int *)malloc(sizeof(int)); // no warn  function
 30   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
 | 
| /external/clang/test/SemaObjC/ | 
| D | attr-malloc.m | 4 - (id) test1 __attribute((malloc)); //  expected-warning {{attribute only applies to functions}}5 - (int) test2 __attribute((malloc)); //  expected-warning {{attribute only applies to functions}}
 
 | 
| /external/clang/test/Sema/ | 
| D | implicit-builtin-freestanding.c | 6 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/musl/src/malloc/ | 
| D | libc_calloc.c | 2 #define malloc __libc_malloc  macro
 | 
| /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/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/CodeGenObjC/ | 
| D | 2009-01-26-WriteBarrier-2.m | 7 void * malloc(size_t size);  function
 | 
| /external/musl/src/locale/ | 
| D | freelocale.c | 4 #define malloc undef  macro
 | 
| D | duplocale.c | 6 #define malloc __libc_malloc  macro
 | 
| D | newlocale.c | 7 #define malloc __libc_malloc  macro
 | 
| D | locale_map.c | 10 #define malloc __libc_malloc  macro
 | 
| /external/compiler-rt/test/tsan/Linux/ | 
| D | user_malloc.cc | 8 extern "C" void *malloc(unsigned long size) {  in malloc()  function
 | 
| /external/compiler-rt/lib/asan/ | 
| D | asan_malloc_linux.cc | 60 INTERCEPTOR(void*, malloc, uptr size) {  in INTERCEPTOR()  argument154   void *(*malloc)(uptr bytes);  member
 166   void *(*malloc)(uptr bytes);  member
 
 | 
| /external/rust/crates/quiche/deps/boringssl/src/crypto/test/ | 
| D | malloc.cc | 114 void *malloc(size_t size) {  in malloc()  function
 | 
| /external/jemalloc_new/include/jemalloc/ | 
| D | jemalloc_mangle.h | 19 #  define malloc je_malloc  macro
 | 
| D | jemalloc_mangle_jet.h | 19 #  define malloc jet_malloc  macro
 | 
| /external/vboot_reference/firmware/lib/include/ | 
| D | utility.h | 109 #define malloc _do_not_use_standard_malloc  macro
 | 
| /external/libchrome/base/allocator/ | 
| D | allocator_shim_override_libc_symbols.h | 19 SHIM_ALWAYS_EXPORT void* malloc(size_t size) __THROW {  in malloc()  function
 | 
| /external/python/cpython3/Include/cpython/ | 
| D | pymem.h | 52     void* (*malloc) (void *ctx, size_t size);  member
 | 
| /external/musl/src/process/ | 
| D | fdop.h | 14 #define malloc __libc_malloc  macro
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | LinuxMallocProfiling.cpp | 60 extern "C" void *malloc(size_t size) {  in malloc()  function
 |