Home
last modified time | relevance | path

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

/aosp12/bionic/libc/malloc_debug/
H A DGuardData.cpp83 return GuardData::Valid(debug_->GetFrontGuard(header)); in Valid()
87 GuardData::LogFailure(header, debug_->GetPointer(header), debug_->GetFrontGuard(header)); in LogFailure()
H A DDebugData.h63 uint8_t* GetFrontGuard(const Header* header) { in GetFrontGuard() function
H A Dmalloc_debug.cpp278 uint8_t* guard = g_debug->GetFrontGuard(header); in InitHeader()