Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmark-compact.cc5820 size_t allocatable_bytes = 0; in TraceFragmentation() local
5855 allocatable_bytes += area_end - p->area_start(); in TraceFragmentation()
5856 CHECK_EQ(allocatable_bytes, live_bytes + free_bytes_of_class[0]); in TraceFragmentation()
5862 allocatable_bytes, live_bytes, free_bytes_of_class[0], in TraceFragmentation()