Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h87 uptr map_size = RoundUpMapSize(size); in Allocate()
159 res += RoundUpMapSize(h->size); in TotalMemoryUsed()
309 uptr RoundUpMapSize(uptr size) { in RoundUpMapSize() function