Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DRecordData.h124 class ReallocEntry : public MallocEntry {
126 ReallocEntry(void* pointer, size_t size, void* old_pointer, uint64_t st, uint64_t et);
127 virtual ~ReallocEntry() = default;
135 BIONIC_DISALLOW_COPY_AND_ASSIGN(ReallocEntry);
DRecordData.cpp84 ReallocEntry::ReallocEntry(void* pointer, size_t size, void* old_pointer, uint64_t start_ns, in ReallocEntry() function in ReallocEntry
88 bool ReallocEntry::Write(int fd) const { in Write()
Dmalloc_debug.cpp787 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()