Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/malloc_debug/
H A DPointerData.h146 static void* AddFreed(const void* pointer, size_t size_bytes);
H A DPointerData.cpp353 void* PointerData::AddFreed(const void* ptr, size_t size_bytes) { in AddFreed() function in PointerData
H A Dmalloc_debug.cpp661 pointer = PointerData::AddFreed(pointer, bytes); in InternalFree()