Searched refs:size_to_allocate (Results 1 – 1 of 1) sorted by relevance
117 uptr size_to_allocate = Max(size, GetPageSizeCached()); in Allocate() local119 (char*)MmapOrDie(size_to_allocate, __func__); in Allocate()120 allocated_end_ = allocated_current_ + size_to_allocate; in Allocate()123 size_to_allocate); in Allocate()