Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_secondary.h87 uptr map_size = RoundUpMapSize(size); in Allocate()
159 res += RoundUpMapSize(h->size); in TotalMemoryUsed()
313 uptr RoundUpMapSize(uptr size) { in RoundUpMapSize() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1050 uptr map_size = RoundUpMapSize(size); in Allocate()
1127 res += RoundUpMapSize(h->size); in TotalMemoryUsed()
1267 uptr RoundUpMapSize(uptr size) { in RoundUpMapSize() function