Searched refs:size_to_allocate (Results 1 – 1 of 1) sorted by relevance
148 uptr size_to_allocate = RoundUpTo(size, GetPageSizeCached()); in Allocate() local150 (char*)MmapOrDie(size_to_allocate, __func__); in Allocate()151 allocated_end_ = allocated_current_ + size_to_allocate; in Allocate()154 size_to_allocate); in Allocate()