Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h2498 size_t* map_space_capacity; // 10 variable
Dheap.cc5361 *stats->map_space_capacity = map_space_ ? map_space_->Capacity() : 0; in RecordStats()
/third_party/node/deps/v8/src/api/
Dapi.cc259 size_t map_space_capacity; in FatalProcessOutOfMemory() local
260 heap_stats.map_space_capacity = &map_space_capacity; in FatalProcessOutOfMemory()