Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp174 u32 alloc_timestamp, dealloc_timestamp; member
189 MemInfoBlock(u32 size, u64 access_count, u32 alloc_timestamp, in MemInfoBlock()
194 alloc_timestamp(alloc_timestamp), dealloc_timestamp(dealloc_timestamp), in MemInfoBlock()
195 total_lifetime(dealloc_timestamp - alloc_timestamp), in MemInfoBlock()
259 num_lifetime_overlaps += newMIB.alloc_timestamp < dealloc_timestamp; in Merge()
260 alloc_timestamp = newMIB.alloc_timestamp; in Merge()