Home
last modified time | relevance | path

Searched refs:RearGuardData (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
DGuardData.h81 class RearGuardData : public GuardData {
83 RearGuardData(DebugData* debug_data, const Config& config);
84 virtual ~RearGuardData() = default;
93 BIONIC_DISALLOW_COPY_AND_ASSIGN(RearGuardData);
DGuardData.cpp90 RearGuardData::RearGuardData(DebugData* debug_data, const Config& config) in RearGuardData() function in RearGuardData
93 bool RearGuardData::Valid(const Header* header) { in Valid()
97 void RearGuardData::LogFailure(const Header* header) { in LogFailure()
DDebugData.cpp56 rear_guard.reset(new RearGuardData(this, config_)); in Initialize()
DDebugData.h87 std::unique_ptr<RearGuardData> rear_guard;