Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/utils/
Dallocation.cc456 const Address allocatable_base = RoundUp(base_, params.page_size); in InitReservation() local
458 RoundDown(params.reservation_size - (allocatable_base - base_) - in InitReservation()
461 size_ = allocatable_base + allocatable_size - base_; in InitReservation()
463 params.page_allocator, allocatable_base, allocatable_size, in InitReservation()