Searched refs:my_alloc (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/msan/ |
D | dso-origin.cc | 18 void *my_alloc(unsigned sz) { in my_alloc() function 29 void *my_alloc(unsigned sz); 33 int *x = (int *)my_alloc(sizeof(int)); in main()
|
/external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
D | custom_alloc.pass.cpp | 21 void* my_alloc(std::size_t n) in my_alloc() function 45 test s(my_alloc, my_free); in main()
|
/external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/ |
D | ucnvavailperf.cpp | 52 my_alloc(const void *context, size_t size) { in my_alloc() function 86 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); in main()
|
/external/icu/icu4c/source/test/perf/ucnvavailperf/ |
D | ucnvavailperf.cpp | 52 my_alloc(const void *context, size_t size) { in my_alloc() function 86 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); in main()
|