Searched refs:AddEntry (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/malloc_debug/ |
D | malloc_debug.cpp | 593 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()
|
D | RecordData.h | 162 void AddEntry(const RecordEntry* entry);
|
D | RecordData.cpp | 204 void RecordData::AddEntry(const RecordEntry* entry) { in AddEntry() function in RecordData
|