Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cpp148 uptr size_to_allocate = RoundUpTo(size, GetPageSizeCached()); in Allocate() local
150 (char*)MmapOrDie(size_to_allocate, __func__); in Allocate()
151 allocated_end_ = allocated_current_ + size_to_allocate; in Allocate()
154 size_to_allocate); in Allocate()