Home
last modified time | relevance | path

Searched refs:dealloc_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
190 u32 dealloc_timestamp, u32 alloc_cpu, u32 dealloc_cpu) 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()
261 dealloc_timestamp = newMIB.dealloc_timestamp; in Merge()