Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc170 uptr size_to_allocate = Max(size, GetPageSizeCached()); in Allocate() local
172 (char*)MmapOrDie(size_to_allocate, __func__); in Allocate()
173 allocated_end_ = allocated_current_ + size_to_allocate; in Allocate()
176 size_to_allocate); in Allocate()