Searched refs:malloc (Results 201 - 225 of 2359) sorted by relevance

1234567891011>>

/external/valgrind/memcheck/tests/
H A Dstatic_malloc.stderr.exp2 at 0x........: malloc (vg_replace_malloc.c:...)
H A Dvarinfo1.c24 char* undefp = malloc(1);
47 char* onheap = malloc(3);
/external/webrtc/src/common_audio/resampler/
H A Dresampler.cc285 state1_ = malloc(8 * sizeof(WebRtc_Word32));
289 state1_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz));
294 state1_ = malloc(8 * sizeof(WebRtc_Word32));
297 state2_ = malloc(8 * sizeof(WebRtc_Word32));
302 state1_ = malloc(8 * sizeof(WebRtc_Word32));
305 state2_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz));
310 state1_ = malloc(8 * sizeof(WebRtc_Word32));
313 state2_ = malloc(8 * sizeof(WebRtc_Word32));
316 state3_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz));
322 state1_ = malloc(sizeo
[all...]
/external/bison/lib/
H A Dstrndup.c29 char *new = malloc (len + 1);
/external/bison/m4/
H A Ddmalloc.m49 [AC_MSG_CHECKING([if malloc debugging is wanted])
16 [Define if using the dmalloc debugging malloc package])
/external/clang/test/Analysis/
H A DMalloc+MismatchedDeallocator_intersections.cpp5 void *malloc(size_t);
/external/clang/test/CodeGen/
H A Dblockstret.c19 void *malloc(__SIZE_TYPE__ size);
26 BigStruct_t (^global)(void) = ^{ return *(BigStruct_t *)malloc(sizeof(struct bigbig)); };
33 BigStruct_t *result = malloc(sizeof(BigStruct_t));
95 BigStruct_t *result = (BigStruct_t *)malloc(sizeof(BigStruct_t));
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterception_test.cc17 char *x = (char*)malloc(10 * sizeof(char));
H A Dleak_check_segv.cc12 void *p = malloc(10 * 1024 * 1024);
H A Drlimit_mmap_test.cc13 x = malloc(10000000);
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dbitfield.cc14 S *s = (S*)malloc(sizeof(S));
H A Dbitfield_uaf.cc22 S *s = (S*)malloc(sizeof(S));
29 // CHECK: {{#0 .* malloc }}
H A Ddll_thread_stack_array_left_oob.cc6 #include <malloc.h>
H A Dfree_hook_realloc.cc24 int *x = (int*)malloc(100);
H A Dnull_deref_multiple_dlls.cc10 #include <malloc.h>
/external/compiler-rt/test/asan/TestCases/
H A Ddeep_stack_uaf.cc25 char *x = (char*)malloc(10);
H A Dfree_hook_realloc.cc21 int *x = (int*)malloc(100);
H A Dstrchr_strict.c13 char *s = (char*)malloc(size);
H A Dsuppressions-library.cc28 char *a = (char *)malloc(6);
H A Dtime_interceptor.cc13 time_t *tm = (time_t*)malloc(sizeof(time_t));
/external/compiler-rt/test/lsan/TestCases/
H A Dfork.cc15 thread_local_var = malloc(1337);
H A Dstale_stack_leak.cc26 PutPointerOnStaleStack(malloc(1337));
/external/compiler-rt/test/msan/
H A Ddeath-callback.cc19 int *volatile p = (int *)malloc(sizeof(int));
H A Ddso-origin.cc19 return malloc(sz);
41 // CHECK: {{#0 0x.* in .*malloc}}
/external/compiler-rt/test/tsan/
H A Djava_race.cc11 jptr jheap = (jptr)malloc(kHeapSize + 8) + 8;

Completed in 385 milliseconds

1234567891011>>