Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A DNewDelete-intersections.mm20 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 Dexceptions.mm6 void *malloc(size_t); function
H A Dmalloc.m6 void *malloc(size_t); function
H A DMismatchedDeallocator-checker-test.mm7 void *malloc(size_t); function
H A Duninit-vals.m6 void *malloc(size_t); function
H A Dedges-new.mm524 void *malloc(unsigned long); function
H A Dmisc-ps.m1064 void *malloc(size_t); function
H A Dretain-release.m1828 void *malloc(size_t); function
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (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 Dimplicit-builtin-freestanding.c4 int malloc(int a) { return a; } in malloc() function
H A Dimplicit-builtin-redecl.c5 static void* malloc(int size) { in malloc() function
H A Dimplicit-builtin-decl.c16 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 Dpr5056.cpp11 inline void *A<T>::malloc(int) in malloc() function in A
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A D2009-01-26-WriteBarrier-2.m7 void * malloc(size_t size); function
/minix3/minix/lib/libmagicrt/include/
H A Dmagic_real_mem.h6 #define malloc magic_real_malloc macro
/minix3/sys/sys/
H A Dmalloc.h71 #define malloc(size, type, flags) kern_malloc(size, flags) macro
/minix3/external/bsd/bind/dist/lib/lwres/
H A Dcontext_p.h58 lwres_malloc_t malloc; member
/minix3/bin/sh/
H A Doptions.h39 unsigned char malloc; /* if parameter list dynamically allocated */ member
/minix3/common/lib/libc/cdb/
H A Dcdbr.c58 #define malloc(size) kmem_alloc(size, KM_SLEEP) macro
/minix3/lib/libc/stdlib/
H A Dmalloc.c1243 malloc(size_t size) in malloc() function
H A Djemalloc.c3754 malloc(size_t size) in malloc() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h421 malloc, enumerator
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h113 void *(*malloc)(int); member
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m1833 void *malloc(size_t); function