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 71 MallocMallocDisable malloc_disable; member in struct:MallocDispatch
  /bionic/libc/bionic/
malloc_common.cpp 69 Malloc(malloc_disable),
287 if (!InitMallocFunction<MallocMallocDisable>(malloc_impl_handler, &table->malloc_disable,
288 prefix, "malloc_disable")) {
437 // [base, base+size). Must be called between malloc_disable and malloc_enable.
449 extern "C" void malloc_disable() { function
450 auto _malloc_disable = __libc_globals->malloc_dispatch.malloc_disable;
454 return Malloc(malloc_disable)();
457 // Re-enable calls to malloc after a previous call to malloc_disable.
  /bionic/libc/malloc_debug/
malloc_debug.cpp 691 g_dispatch->malloc_disable();

Completed in 66 milliseconds