Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp169 struct MemInfoBlock { struct
187 MemInfoBlock() : alloc_count(0) {} in MemInfoBlock() function
189 MemInfoBlock(u32 size, u64 access_count, u32 alloc_timestamp, in MemInfoBlock() function
242 void Merge(MemInfoBlock &newMIB) { in Merge() argument
282 MemInfoBlock MIB;
295 void insertOrMerge(u64 new_id, MemInfoBlock &newMIB) { in insertOrMerge()
365 MemInfoBlock::printHeader(); in MemInfoBlockCache()
373 void insertOrMerge(u64 new_id, MemInfoBlock &newMIB) { in insertOrMerge()
480 MemInfoBlock newMIB(user_requested_size, c, m->timestamp_ms, curtime, in FinishAndPrint()
629 MemInfoBlock newMIB(user_requested_size, c, m->timestamp_ms, curtime, in Deallocate()