Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 25 of 147) sorted by relevance

123456

/external/clang/test/Analysis/
DNewDelete-intersections.mm21 int *p1 = (int *)malloc(sizeof(int)); function
24 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
Dexceptions.mm6 void *malloc(size_t); function
Dmalloc.m6 void *malloc(size_t); function
/external/clang/test/SemaObjC/
Dattr-malloc.m4 - (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/
Dimplicit-builtin-freestanding.c6 int malloc(int a) { return a; } in malloc() function
Dimplicit-builtin-redecl.c5 static void* malloc(int size) { in malloc() function
Dimplicit-builtin-decl.c16 void g(int malloc) { // okay: these aren't functions in g()
/external/musl/src/malloc/
Dlibc_calloc.c2 #define malloc __libc_malloc macro
/external/compiler-rt/test/asan/TestCases/Linux/
Dinterception_malloc_test.cc12 extern "C" void *malloc(size_t size) { in malloc() function
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
Dpr5056.cpp11 inline void *A<T>::malloc(int) in malloc() function in A
/external/clang/test/CodeGenObjC/
D2009-01-26-WriteBarrier-2.m7 void * malloc(size_t size); function
/external/pigweed/pw_malloc_freertos/
Dfreertos_malloc.cc18 namespace pw::malloc { namespace
Dallocator.cc19 namespace pw::malloc::freertos { namespace
/external/musl/src/locale/
Dfreelocale.c4 #define malloc undef macro
Dduplocale.c6 #define malloc __libc_malloc macro
/external/compiler-rt/test/tsan/Linux/
Duser_malloc.cc8 extern "C" void *malloc(unsigned long size) { in malloc() function
/external/pigweed/pw_malloc/
Dfirst_fit.cc20 namespace pw::malloc { namespace
Dbest_fit.cc20 namespace pw::malloc { namespace
Dworst_fit.cc20 namespace pw::malloc { namespace
Dbucket_allocator.cc20 namespace pw::malloc { namespace
/external/flashrom/tests/
Dunittest_env.h45 #define malloc(size) _test_malloc(size, __FILE__, __LINE__) macro
/external/sdv/vsomeip/third_party/boost/pool/test/
Dtest_poisoned_macros.cpp29 #define malloc(x) undefined_poisoned_symbol1(x) macro
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc60 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument
154 void *(*malloc)(uptr bytes); member
166 void *(*malloc)(uptr bytes); member
/external/coreboot/payloads/libpayload/include/
Dstdlib.h59 #define malloc(s) ({ \ macro
/external/coreboot/src/lib/
Dmalloc.c58 void *malloc(size_t size) in malloc() function

123456