HomeSort by relevance Sort by last modified time
    Searched refs:my_alloc (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/test/msan/
dso-origin.cc 18 void *my_alloc(unsigned sz) { function
29 void *my_alloc(unsigned sz);
33 int *x = (int *)my_alloc(sizeof(int));
42 // CHECK: {{#1 0x.* in my_alloc .*dso-origin.cc:}}
  /external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp 21 void* my_alloc(std::size_t n) function
45 test s(my_alloc, my_free);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp 21 void* my_alloc(std::size_t n) function
45 test s(my_alloc, my_free);
  /external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 52 my_alloc(const void *context, size_t size) { function
86 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode);
  /external/icu/icu4c/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 52 my_alloc(const void *context, size_t size) { function
86 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode);

Completed in 1050 milliseconds