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

  /system/core/libmemunreachable/tests/
HostMallocStub.cpp 21 void malloc_enable() {} function
  /system/core/libmemunreachable/
bionic.h 28 extern void malloc_enable();
ScopedDisableMalloc.h 44 malloc_enable();
  /bionic/libc/private/
bionic_malloc_dispatch.h 72 MallocMallocEnable malloc_enable; member in struct:MallocDispatch
  /bionic/libc/bionic/
malloc_common.cpp 70 Malloc(malloc_enable),
291 if (!InitMallocFunction<MallocMallocEnable>(malloc_impl_handler, &table->malloc_enable,
292 prefix, "malloc_enable")) {
437 // [base, base+size). Must be called between malloc_disable and malloc_enable.
458 extern "C" void malloc_enable() { function
459 auto _malloc_enable = __libc_globals->malloc_dispatch.malloc_enable;
463 return Malloc(malloc_enable)();
  /bionic/libc/malloc_debug/
malloc_debug.cpp 701 g_dispatch->malloc_enable();

Completed in 720 milliseconds