Home
last modified time | relevance | path

Searched refs:my_alloc (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/test/msan/
Ddso-origin.cc18 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/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dcustom_alloc.pass.cpp21 void* my_alloc(std::size_t) in my_alloc() function
45 test s(my_alloc, my_free); in main()
/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
46 test s(my_alloc, my_free); in main()
/external/cronet/third_party/icu/source/test/perf/ucnvavailperf/
Ducnvavailperf.cpp58 my_alloc(const void *context, size_t size) { in my_alloc() function
92 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); in main()
/external/icu/icu4c/source/test/perf/ucnvavailperf/
Ducnvavailperf.cpp58 my_alloc(const void *context, size_t size) { in my_alloc() function
92 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); in main()
/external/python/cffi/c/
Dffi_obj.c361 PyObject *my_alloc, *my_free; in _ffi_new_with_allocator() local
362 my_alloc = PyTuple_GET_ITEM(allocator, 1); in _ffi_new_with_allocator()
364 alloc1.ca_alloc = (my_alloc == Py_None ? NULL : my_alloc); in _ffi_new_with_allocator()
390 PyObject *my_alloc = Py_None, *my_free = Py_None; in ffi_new_allocator() local
395 &my_alloc, &my_free, in ffi_new_allocator()
399 if (my_alloc == Py_None && my_free != Py_None) { in ffi_new_allocator()
406 my_alloc, in ffi_new_allocator()
/external/rnnoise/m4/
Dattributes.m4241 [void * __attribute__((malloc)) my_alloc(int n);],
/external/kmod/m4/
Dattributes.m4225 [void * __attribute__((malloc)) my_alloc(int n);],