Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DRecordData.h92 class FreeEntry : public AllocEntry {
94 explicit FreeEntry(void* pointer);
95 virtual ~FreeEntry() = default;
100 BIONIC_DISALLOW_COPY_AND_ASSIGN(FreeEntry);
DRecordData.cpp63 FreeEntry::FreeEntry(void* pointer) : AllocEntry(pointer) {} in FreeEntry() function in FreeEntry
65 std::string FreeEntry::GetString() const { in GetString()
Dmalloc_debug.cpp555 g_debug->record->AddEntry(new FreeEntry(pointer)); in debug_free()