Home
last modified time | relevance | path

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

/freebsd-14.2/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
91 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*Metadata), PageSize); in init()
96 BytesRequired = roundUpTo( in init()
150 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*Metadata), in uninitTestOnly()
156 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*FreeSlots), in uninitTestOnly()
258 roundUpTo(Size, PageSize)); in allocate()