Searched defs:RecordData (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/malloc_debug/
H A DRecordData.cpp46 #include "RecordData.h"
100 ThreadData(RecordData* record_data, ThreadCompleteEntry* entry) : record_data(record_data), entry(entry) {}
101 RecordData* record_data;
128 void RecordData::Dump() {
177 RecordData::RecordData() { function in class:RecordData
181 bool RecordData::Initialize(const Config& config) {
206 RecordData::~RecordData() {
211 void RecordData
[all...]
H A DRecordData.h149 class RecordData { class
151 RecordData();
152 virtual ~RecordData();
174 DISALLOW_COPY_AND_ASSIGN(RecordData);

Completed in 68 milliseconds