/external/valgrind/main/memcheck/tests/ |
strchr.c | 11 s = malloc(sizeof(char));
|
badaddrvalue.stderr.exp | 4 at 0x........: malloc (vg_replace_malloc.c:...) 10 at 0x........: malloc (vg_replace_malloc.c:...)
|
badpoll.stderr.exp | 5 at 0x........: malloc (vg_replace_malloc.c:...) 12 at 0x........: malloc (vg_replace_malloc.c:...)
|
/external/valgrind/main/none/tests/ |
bug129866.c | 9 result = malloc (size);
|
/frameworks/compile/libbcc/tests/data/src/ |
pointers.c | 2 int* pa = (int*) malloc(100);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpanel.so | |
libpanel.so.5 | |
libpanel.so.5.6 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpanel.so | |
libpanel.so.5 | |
libpanel.so.5.6 | |
/external/compiler-rt/lib/asan/tests/ |
asan_interface_test.cc | 36 char *array = Ident((char*)malloc(kArraySize)); 47 // and from the interior pointers (not returned by previous malloc). 74 array = Ident((char*)malloc(kMallocSize)); 98 free(Ident(malloc(kLargeMallocSize))); 101 fprintf(stderr, "heap growth after first malloc: %zu\n", heap_growth); 108 free(Ident(malloc(kLargeMallocSize))); 110 fprintf(stderr, "heap growth after second malloc: %zu\n", heap_growth); 125 // If we malloc and free a large memory chunk, it will not fall 129 fprintf(stderr, "free bytes before malloc: %zu\n", old_free_bytes); 130 free(Ident(malloc(kLargeMallocSize))) [all...] |
/external/bison/lib/ |
strdup.c | 39 /* Duplicate S, returning an identical malloc'd string. */ 44 void *new = malloc (len);
|
/external/bluetooth/glib/glib/gnulib/ |
g-gnulib.h | 33 #undef malloc macro 36 #define malloc g_malloc macro
|
/external/clang/test/CodeGen/ |
2002-07-14-MiscTests.c | 11 extern void *malloc(unsigned); 36 temp = (char *) malloc(32768);
|
2007-03-05-DataLayout.c | 7 void * malloc(size_t size); 43 tmp = (bodyptr)malloc(sizeof(body));
|
/external/compiler-rt/lib/asan/ |
asan_malloc_win.cc | 12 // Windows-specific malloc interception. 45 void *malloc(size_t size) { function 51 return malloc(size); 109 // set on malloc/free etc (e.g. dllimport), so declare a few things manually: 121 if (GetRealFunctionAddress("malloc", (void**)&crt_malloc)) { 122 // Replace malloc in the CRT dll with a jump to our malloc. 127 ptrdiff_t jmp_offset = (char*)malloc - (char*)crt_malloc - 5;
|
/external/linux-tools-perf/util/ |
thread_map.c | 28 threads = malloc(sizeof(*threads) + sizeof(pid_t) * items); 44 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t));
|
/external/llvm/test/CodeGen/X86/ |
2010-08-04-MingWCrash.ll | 5 %call = tail call i8* @malloc() 28 declare noalias i8* @malloc()
|
/external/llvm/test/Transforms/GlobalOpt/ |
2010-02-25-MallocPromote.ll | 8 declare noalias i8* @malloc(i32) 12 %malloccall.i10 = call i8* @malloc(i32 16) nounwind ; <i8*> [#uses=1]
|
malloc-promote-1.ll | 8 %malloccall = tail call i8* @malloc(i64 4) ; <i8*> [#uses=1] 16 declare noalias i8* @malloc(i64)
|
/external/llvm/test/Transforms/InstCombine/ |
2008-05-08-LiveStoreDelete.ll | 9 %tmp1 = call i8* @malloc( i32 10 ) nounwind ; <i8*> [#uses=5] 21 declare i8* @malloc(i32) nounwind
|
badmalloc.ll | 6 declare noalias i8* @malloc(i64) nounwind 11 %A = call noalias i8* @malloc(i64 4) nounwind
|
/external/llvm/test/Transforms/PhaseOrdering/ |
basic.ll | 6 declare i8* @malloc(i64) 14 %call = call i8* @malloc(i64 1)
|
/external/oprofile/libutil++/tests/ |
utility_tests.cpp | 27 return malloc(size); 33 return malloc(size);
|