OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:malloc_enable
(Results
1 - 3
of
3
) sorted by null
/system/core/libmemunreachable/tests/
HostMallocStub.cpp
22
void
malloc_enable
() {
function
/bionic/libc/private/
bionic_malloc_dispatch.h
71
MallocMallocEnable
malloc_enable
;
member in struct:MallocDispatch
/bionic/libc/bionic/
malloc_common.cpp
70
Malloc(
malloc_enable
),
279
if (!InitMallocFunction<MallocMallocEnable>(malloc_impl_handler, &table->
malloc_enable
,
280
prefix, "
malloc_enable
")) {
424
// [base, base+size). Must be called between malloc_disable and
malloc_enable
.
445
extern "C" void
malloc_enable
() {
function
446
auto _malloc_enable = __libc_globals->malloc_dispatch.
malloc_enable
;
450
return Malloc(
malloc_enable
)();
Completed in 119 milliseconds