Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h1415 return address < lowest_ever_allocated_ || in IsOutsideAllocatedSpace()
1499 ptr = lowest_ever_allocated_; in UpdateAllocatedSpaceLimits()
1501 !lowest_ever_allocated_.compare_exchange_weak(ptr, low)); in UpdateAllocatedSpaceLimits()
1536 std::atomic<Address> lowest_ever_allocated_; variable
Dspaces.cc311 lowest_ever_allocated_(static_cast<Address>(-1ll)), in MemoryAllocator()