/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A 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
|
H A D | exceptions.mm | 6 void *malloc(size_t); function
|
H A D | malloc.m | 6 void *malloc(size_t); function
|
H A D | MismatchedDeallocator-checker-test.mm | 7 void *malloc(size_t); function
|
H A D | uninit-vals.m | 6 void *malloc(size_t); function
|
H A D | edges-new.mm | 524 void *malloc(unsigned long); function
|
H A D | misc-ps.m | 1064 void *malloc(size_t); function
|
H A D | retain-release.m | 1828 void *malloc(size_t); function
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A 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}}
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | implicit-builtin-freestanding.c | 4 int malloc(int a) { return a; } in malloc() function
|
H A D | implicit-builtin-redecl.c | 5 static void* malloc(int size) { in malloc() function
|
H A D | implicit-builtin-decl.c | 16 void g(int malloc) { // okay: these aren't functions in g()
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
H A D | pr5056.cpp | 11 inline void *A<T>::malloc(int) in malloc() function in A
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | 2009-01-26-WriteBarrier-2.m | 7 void * malloc(size_t size); function
|
/minix3/minix/lib/libmagicrt/include/ |
H A D | magic_real_mem.h | 6 #define malloc magic_real_malloc macro
|
/minix3/sys/sys/ |
H A D | malloc.h | 71 #define malloc(size, type, flags) kern_malloc(size, flags) macro
|
/minix3/external/bsd/bind/dist/lib/lwres/ |
H A D | context_p.h | 58 lwres_malloc_t malloc; member
|
/minix3/bin/sh/ |
H A D | options.h | 39 unsigned char malloc; /* if parameter list dynamically allocated */ member
|
/minix3/common/lib/libc/cdb/ |
H A D | cdbr.c | 58 #define malloc(size) kmem_alloc(size, KM_SLEEP) macro
|
/minix3/lib/libc/stdlib/ |
H A D | malloc.c | 1243 malloc(size_t size) in malloc() function
|
H A D | jemalloc.c | 3754 malloc(size_t size) in malloc() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetLibraryInfo.h | 421 malloc, enumerator
|
/minix3/external/public-domain/sqlite/dist/ |
H A D | sqlite3ext.h | 113 void *(*malloc)(int); member
|
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
H A D | objcmt-arc-cf-annotations.m | 1833 void *malloc(size_t); function
|