Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DRecordData.h93 class FreeEntry : public AllocEntry {
95 FreeEntry(void* pointer);
96 virtual ~FreeEntry() = default;
101 DISALLOW_COPY_AND_ASSIGN(FreeEntry);
DRecordData.cpp65 FreeEntry::FreeEntry(void* pointer) : AllocEntry(pointer) { in FreeEntry() function in FreeEntry
68 std::string FreeEntry::GetString() const { in GetString()
Dmalloc_debug.cpp406 g_debug->record->AddEntry(new FreeEntry(pointer)); in debug_free()