Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/
Ddso-origin.cc18 void *my_alloc(unsigned sz) { in my_alloc() function
/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/cronet/buildtools/third_party/libc++/trunk/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/cronet/third_party/icu/source/test/perf/ucnvavailperf/
Ducnvavailperf.cpp58 my_alloc(const void *context, size_t size) { 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