Home
last modified time | relevance | path

Searched refs:RecordData (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/malloc_debug/
DRecordData.cpp104 ThreadData(RecordData* record_data, ThreadCompleteEntry* entry) in ThreadData()
106 RecordData* record_data;
127 RecordData* RecordData::record_obj_ = nullptr;
129 void RecordData::WriteData(int, siginfo_t*, void*) { in WriteData()
134 void RecordData::WriteEntries() { in WriteEntries()
160 RecordData::RecordData() { in RecordData() function in RecordData
164 bool RecordData::Initialize(const Config& config) { in Initialize()
167 dump_act.sa_sigaction = RecordData::WriteData; in Initialize()
187 RecordData::~RecordData() { in ~RecordData()
191 void RecordData::AddEntryOnly(const RecordEntry* entry) { in AddEntryOnly()
[all …]
DRecordData.h155 class RecordData {
157 RecordData();
158 virtual ~RecordData();
169 static RecordData* record_obj_;
179 BIONIC_DISALLOW_COPY_AND_ASSIGN(RecordData);
DDebugData.cpp70 record.reset(new RecordData()); in Initialize()
DDebugData.h88 std::unique_ptr<RecordData> record;
DAndroid.bp68 "RecordData.cpp",