Searched refs:malloc (Results 376 - 400 of 2881) sorted by relevance

<<11121314151617181920>>

/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdlib.h31 void *malloc(size_t) __attribute__((__nothrow__)) __attribute((__malloc__))
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dlarge_allocator_unpoisons_on_free.cc4 // otherwise the mmap(p, ...) call overwrites the malloc header.
13 #include <malloc.h>
/external/compiler-rt/test/asan/TestCases/
H A Dmax_redzone.cc20 pp[i] = malloc(4096 - 64);
/external/compiler-rt/test/lsan/TestCases/
H A Dcleanup_in_tsd_destructor.cc27 p = malloc(1337);
H A Ddisabler_in_tsd_destructor.cc17 void *p = malloc(1337);
H A Dfork_threaded.cc29 thread_local_var = malloc(1337);
H A Dregister_root_region.cc25 *((void **)p) = malloc(1337);
H A Duse_registers.cc16 void *p = malloc(1337);
H A Duse_tls_dynamic.cc25 void *p = malloc(1337);
H A Duse_tls_pthread_specific_dynamic.cc28 void *p = malloc(1337);
/external/compiler-rt/test/msan/
H A Dioctl_sound.cc22 void *info = malloc(sz + 1);
/external/compiler-rt/test/tsan/
H A Dbench_local_mutex.cc17 mtx = (pthread_mutex_t*)malloc(bench_nthread * kStride * sizeof(*mtx));
H A Dfree_race.c30 mem = (int*)malloc(100);
H A Djava_alloc.cc22 jptr jheap = (jptr)malloc(kHeapSize + 8) + 8;
H A Djava_lock.cc18 jptr jheap = (jptr)malloc(kHeapSize + 8) + 8;
H A Djava_race_move.cc15 jptr jheap = (jptr)malloc(kHeapSize + 8) + 8;
H A Djava_rwlock.cc18 jptr jheap = (jptr)malloc(kHeapSize + 8) + 8;
H A Drace_on_heap.cc17 return malloc(99);
41 // CHCEK: #0 malloc
/external/e2fsprogs/lib/et/
H A Dinit_et.c41 new_et = (struct foobar *) malloc(sizeof(struct foobar));
/external/e2fsprogs/lib/ss/
H A Dinvocation.c34 new_table = (ss_data *) malloc(sizeof(ss_data));
37 table = (ss_data **) malloc(2 * size);
57 new_table->info_dirs = (char **)malloc(sizeof(char *));
60 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
/external/elfutils/0.153/libasm/
H A Dasm_fill.c57 pattern = (struct FillPattern *) malloc (sizeof (struct FillPattern)
H A Ddisasm_begin.c49 DisasmCtx_t *ctx = (DisasmCtx_t *) malloc (sizeof (DisasmCtx_t));
/external/elfutils/0.153/libdwfl/
H A Dlines.c64 cu->lines = malloc (offsetof (struct Dwfl_Lines, idx[nlines]));
/external/icu/icu4c/source/test/letest/
H A Dletest.h29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
/external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/
H A Dnew_array_nothrow_replace.pass.cpp23 return std::malloc(s);

Completed in 556 milliseconds

<<11121314151617181920>>