Searched defs:capacity_executable (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dspaces.cc301 bool MemoryAllocator::SetUp(size_t capacity, size_t capacity_executable, argument
304 capacity_executable_ = RoundUp(capacity_executable, Page::kPageSize);

Completed in 388 milliseconds