Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp593 g_debug->record->AddEntry(new MallocEntry(result.getValue<void*>(), size, in debug_malloc()
682 g_debug->record->AddEntry( in debug_free()
766 g_debug->record->AddEntry(new MemalignEntry(pointer, bytes, alignment, in debug_memalign()
787 g_debug->record->AddEntry(new ReallocEntry(result.getValue<void*>(), bytes, nullptr, in debug_realloc()
802 g_debug->record->AddEntry(new ReallocEntry(nullptr, bytes, pointer, result.GetStartTimeNS(), in debug_realloc()
900 g_debug->record->AddEntry(new ReallocEntry(new_pointer, bytes, pointer, result.GetStartTimeNS(), in debug_realloc()
957 g_debug->record->AddEntry( in debug_calloc()
DRecordData.h162 void AddEntry(const RecordEntry* entry);
DRecordData.cpp204 void RecordData::AddEntry(const RecordEntry* entry) { in AddEntry() function in RecordData