Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DGuardData.h50 bool Valid(void* data) { return memcmp(data, cmp_mem_.data(), cmp_mem_.size()) == 0; } in Valid() function
67 bool Valid(const Header* header);
86 bool Valid(const Header* header);
DGuardData.cpp82 bool FrontGuardData::Valid(const Header* header) { in Valid() function in FrontGuardData
83 return GuardData::Valid(debug_->GetFrontGuard(header)); in Valid()
93 bool RearGuardData::Valid(const Header* header) { in Valid() function in RearGuardData
94 return GuardData::Valid(debug_->GetRearGuard(header)); in Valid()