Home
last modified time | relevance | path

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

123

/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/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/compiler-rt/test/asan/TestCases/Linux/
Dinterception_malloc_test.cc12 extern "C" void *malloc(size_t size) { in malloc() function
/external/clang/test/CodeGenObjC/
D2009-01-26-WriteBarrier-2.m7 void * malloc(size_t size); function
/external/compiler-rt/test/tsan/Linux/
Duser_malloc.cc8 extern "C" void *malloc(unsigned long size) { in malloc() function
/external/cmockery/cmockery_0_1_2/src/example/
Dallocate_module.c24 #define malloc(size) _test_malloc(size, __FILE__, __LINE__) macro
/external/u-boot/examples/api/
Dlibgenwrap.c39 void *malloc (size_t len) in malloc() function
/external/skqp/src/core/
DSkMipMap.h74 SkMipMap(void* malloc, size_t size) : INHERITED(malloc, size) {} in SkMipMap()
/external/skia/src/core/
DSkMipMap.h74 SkMipMap(void* malloc, size_t size) : INHERITED(malloc, size) {} in SkMipMap()
/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/boringssl/src/crypto/test/
Dmalloc.cc114 void *malloc(size_t size) { in malloc() function
/external/jemalloc/include/jemalloc/
Djemalloc_mangle.h14 # define malloc je_malloc macro
Djemalloc_mangle_jet.h14 # define malloc jet_malloc macro
/external/libunwind/tests/
DGtest-nomalloc.c38 malloc(size_t s) in malloc() function
/external/vboot_reference/firmware/lib/include/
Dutility.h109 #define malloc _do_not_use_standard_malloc macro
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h19 # define malloc je_malloc macro
Djemalloc_mangle_jet.h19 # define malloc jet_malloc macro
/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h19 SHIM_ALWAYS_EXPORT void* malloc(size_t size) __THROW { in malloc() function
/external/swiftshader/third_party/subzero/src/
DLinuxMallocProfiling.cpp60 extern "C" void *malloc(size_t size) { in malloc() function

123