Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DGuardData.h51 bool Valid(void* data) { return memcmp(data, cmp_mem_.data(), cmp_mem_.size()) == 0; } in Valid() function
68 bool Valid(const Header* header);
87 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()
94 bool RearGuardData::Valid(const Header* header) { in Valid() function in RearGuardData
95 return GuardData::Valid(debug_->GetRearGuard(header)); in Valid()
Dmalloc_debug.cpp356 if (!g_debug->front_guard->Valid(header)) { in internal_free()
361 if (!g_debug->rear_guard->Valid(header)) { in internal_free()