Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_common.cpp256 static MallocDebug gMallocUse __attribute__((aligned(32))) = { variable
450 InitMalloc(malloc_impl_handle, &gMallocUse, "leak"); in malloc_init_impl()
453 InitMalloc(malloc_impl_handle, &gMallocUse, "fill"); in malloc_init_impl()
456 InitMalloc(malloc_impl_handle, &gMallocUse, "chk"); in malloc_init_impl()
459 InitMalloc(malloc_impl_handle, &gMallocUse, "qemu_instrumented"); in malloc_init_impl()
466 if ((gMallocUse.malloc == NULL) || in malloc_init_impl()
467 (gMallocUse.free == NULL) || in malloc_init_impl()
468 (gMallocUse.calloc == NULL) || in malloc_init_impl()
469 (gMallocUse.realloc == NULL) || in malloc_init_impl()
470 (gMallocUse.memalign == NULL) || in malloc_init_impl()
[all …]