Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dgc-info-table.cc83 constexpr size_t memory_wanted = kInitialWantedLimit * kEntrySize; in InitialTableLimit() local
85 RoundUp(memory_wanted, page_allocator_->AllocatePageSize()) / kEntrySize; in InitialTableLimit()