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

  /external/compiler-rt/lib/msan/lit_tests/SharedLibs/
dso-origin.h 3 void *my_alloc(unsigned sz);
dso-origin-so.cc 12 void *my_alloc(unsigned sz) { function
  /external/compiler-rt/lib/msan/lit_tests/
dso-origin.cc 12 int *x = (int *)my_alloc(sizeof(int));
21 // CHECK: {{#1 0x.* in my_alloc .*dso-origin-so.cc:}}
  /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/icu4c/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 2248 milliseconds