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

  /system/core/libmemunreachable/tests/
HostMallocStub.cpp 19 void malloc_disable() { function
  /system/core/libmemunreachable/
bionic.h 27 extern void malloc_disable();
ScopedDisableMalloc.h 37 malloc_disable();
  /bionic/libc/private/
bionic_malloc_dispatch.h 70 MallocMallocDisable malloc_disable; member in struct:MallocDispatch
  /bionic/libc/bionic/
malloc_common.cpp 69 Malloc(malloc_disable),
275 if (!InitMallocFunction<MallocMallocDisable>(malloc_impl_handler, &table->malloc_disable,
276 prefix, "malloc_disable")) {
424 // [base, base+size). Must be called between malloc_disable and malloc_enable.
436 extern "C" void malloc_disable() { function
437 auto _malloc_disable = __libc_globals->malloc_dispatch.malloc_disable;
441 return Malloc(malloc_disable)();
444 // Re-enable calls to malloc after a previous call to malloc_disable.
  /bionic/libc/malloc_debug/
malloc_debug.cpp 631 g_dispatch->malloc_disable();

Completed in 584 milliseconds