Home
last modified time | relevance | path

Searched defs:my_alloc (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/test/msan/
Ddso-origin.cc18 void *my_alloc(unsigned sz) { in my_alloc() function
/external/llvm-project/compiler-rt/test/msan/
Ddso-origin.cpp18 void *my_alloc(unsigned sz) { in my_alloc() function
/external/llvm-project/clang/test/OpenMP/
Dtarget_uses_allocators_messages.cpp21 omp_allocator_handle_t my_alloc = nullptr; in main() local
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dcustom_alloc.pass.cpp21 void* my_alloc(std::size_t) in my_alloc() function
/external/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dcustom_alloc.pass.cpp22 void* my_alloc(std::size_t) in my_alloc() function
/external/icu/icu4c/source/test/perf/ucnvavailperf/
Ducnvavailperf.cpp58 my_alloc(const void *context, size_t size) { in my_alloc() function
/external/python/cffi/c/
Dffi_obj.c361 PyObject *my_alloc, *my_free; in _ffi_new_with_allocator() local
390 PyObject *my_alloc = Py_None, *my_free = Py_None; in ffi_new_allocator() local