Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DPointerData.h162 static bool Exists(const void* pointer);
DPointerData.cpp551 bool PointerData::Exists(const void* ptr) { in Exists() function in PointerData
Dmalloc_debug.cpp248 if (!PointerData::Exists(pointer)) { in VerifyPointer()