HomeSort by relevance Sort by last modified time
    Searched defs:FrontGuardData (Results 1 - 2 of 2) sorted by null

  /bionic/libc/malloc_debug/
GuardData.cpp 73 FrontGuardData::FrontGuardData(const Config& config, size_t* offset)
83 bool FrontGuardData::Valid(DebugData& debug, const Header* header) {
87 void FrontGuardData::LogFailure(DebugData& debug, const Header* header) {
GuardData.h 61 class FrontGuardData : public GuardData {
63 FrontGuardData(const Config& config, size_t* offset);
64 virtual ~FrontGuardData() = default;
77 DISALLOW_COPY_AND_ASSIGN(FrontGuardData);

Completed in 38 milliseconds