Home
last modified time | relevance | path

Searched refs:malloc_disable (Results 1 – 4 of 4) sorted by relevance

/system/core/libmemunreachable/tests/
DHostMallocStub.cpp19 void malloc_disable() { in malloc_disable() function
/system/core/libmemunreachable/
Dbionic.h27 extern void malloc_disable();
DScopedDisableMalloc.h37 malloc_disable(); in Disable()
DREADME.md38 2. Allocations are disabled using `malloc_disable()`
68 - `malloc_disable()`: prevent any thread from mutating internal allocator state.