Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DRecordData.h103 class CallocEntry : public MallocEntry {
105 CallocEntry(void* pointer, size_t size, size_t nmemb);
106 virtual ~CallocEntry() = default;
114 BIONIC_DISALLOW_COPY_AND_ASSIGN(CallocEntry);
DRecordData.cpp69 CallocEntry::CallocEntry(void* pointer, size_t nmemb, size_t size) in CallocEntry() function in CallocEntry
72 std::string CallocEntry::GetString() const { in GetString()
Dmalloc_debug.cpp760 g_debug->record->AddEntry(new CallocEntry(pointer, bytes, nmemb)); in debug_calloc()