Searched defs:qemu_instrumented_free (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_qemu.cpp582 extern "C" void qemu_instrumented_free(void*);
674 malloc_pid, qemu_instrumented_malloc, qemu_instrumented_free,
729 extern "C" void qemu_instrumented_free(void* mem) { function
849 * This routine behaves similarly to qemu_instrumented_free +
866 qemu_instrumented_free(mem);

Completed in 445 milliseconds