Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp419 static void* InternalMalloc(size_t size) { in InternalMalloc() function
477 void* pointer = InternalMalloc(size); in debug_malloc()
654 pointer = InternalMalloc(bytes); in debug_realloc()
722 new_pointer = InternalMalloc(bytes); in debug_realloc()