HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 276 - 300 of 5328) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/test/asan/TestCases/Windows/
bitfield_uaf.cc 22 S *s = (S*)malloc(sizeof(S));
29 // CHECK: {{#0 .* malloc }}
dll_thread_stack_array_left_oob.cc 6 #include <malloc.h>
free_hook_realloc.cc 24 int *x = (int*)malloc(100);
null_deref_multiple_dlls.cc 10 #include <malloc.h>
  /external/compiler-rt/test/asan/TestCases/
deep_stack_uaf.cc 25 char *x = (char*)malloc(10);
strchr_strict.c 13 char *s = (char*)malloc(size);
suppressions-library.cc 31 char *a = (char *)malloc(6);
time_interceptor.cc 13 time_t *tm = (time_t*)malloc(sizeof(time_t));
  /external/compiler-rt/test/esan/TestCases/
workingset-early-fault.c 24 void *res = malloc(size*n);
  /external/compiler-rt/test/lsan/TestCases/
fork.cc 15 thread_local_var = malloc(1337);
stale_stack_leak.cc 26 PutPointerOnStaleStack(malloc(1337));
  /external/compiler-rt/test/msan/
death-callback.cc 19 int *volatile p = (int *)malloc(sizeof(int));
dso-origin.cc 19 return malloc(sz);
41 // CHECK: {{#0 0x.* in .*malloc}}
  /external/compiler-rt/test/tsan/
mutex_lock_destroyed.cc 10 pthread_mutex_t *m = (pthread_mutex_t *)malloc(sizeof(pthread_mutex_t));
signal_malloc.cc 8 // CHECK: #0 malloc
11 volatile char *p = (char*)malloc(1);
  /external/curl/src/
tool_strdup.c 38 newstr = malloc((len + 1)*sizeof(char));
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
destroy_at.pass.cpp 48 void* mem1 = std::malloc(sizeof(Counted));
49 void* mem2 = std::malloc(sizeof(Counted));
63 void* mem1 = std::malloc(sizeof(DCounted));
64 void* mem2 = std::malloc(sizeof(DCounted));
  /external/libunwind/src/hppa/
Gcreate_addr_space.c 44 as = malloc (sizeof (*as));
  /external/libunwind/src/ppc/
Gcreate_addr_space.c 46 as = malloc (sizeof (*as));
  /external/libunwind/src/ptrace/
_UPT_create.c 33 struct UPT_info *ui = malloc (sizeof (struct UPT_info));
  /external/libunwind/src/x86/
Gcreate_addr_space.c 48 as = malloc (sizeof (*as));
  /external/libunwind/src/x86_64/
Gcreate_addr_space.c 51 as = malloc (sizeof (*as));
  /external/libvncserver/examples/
filetransfer.c 12 server->frameBuffer=(char*)malloc(400*300*4);
  /external/llvm/bindings/go/llvm/
SupportBindings.cpp 22 *ErrMsg = static_cast<char *>(malloc(ErrMsgStr.size() + 1));
  /external/swiftshader/third_party/subzero/src/
main.cpp 21 #include <malloc.h>
35 // PNaCl's default malloc implementation grabs small chunks of memory with

Completed in 399 milliseconds

<<11121314151617181920>>