Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp30 size_t roundUpTo(size_t Size, size_t Boundary) { in roundUpTo() function
93 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*Metadata), PageSize); in init()
98 BytesRequired = roundUpTo( in init()
152 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*Metadata), in uninitTestOnly()
158 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*FreeSlots), in uninitTestOnly()
261 roundUpTo(Size, PageSize)); in allocate()