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

/bionic/libc/malloc_debug/
H A DRecordData.h92 class FreeEntry : public AllocEntry { class in inherits:AllocEntry
94 explicit FreeEntry(void* pointer);
95 virtual ~FreeEntry() = default;
100 DISALLOW_COPY_AND_ASSIGN(FreeEntry);
H A DRecordData.cpp63 FreeEntry::FreeEntry(void* pointer) : AllocEntry(pointer) {} function in class:FreeEntry
65 std::string FreeEntry::GetString() const {

Completed in 18 milliseconds