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

/bionic/libc/malloc_debug/
H A DRecordData.h103 class CallocEntry : public MallocEntry { class in inherits:MallocEntry
105 CallocEntry(void* pointer, size_t size, size_t nmemb);
106 virtual ~CallocEntry() = default;
114 DISALLOW_COPY_AND_ASSIGN(CallocEntry);
H A DRecordData.cpp69 CallocEntry::CallocEntry(void* pointer, size_t nmemb, size_t size) function in class:CallocEntry
72 std::string CallocEntry::GetString() const {

Completed in 30 milliseconds