Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h850 DCHECK_GE(area_size(), wasted_memory() + allocated_bytes()); in AvailableInFreeListFromAllocatedBytes()
851 return area_size() - wasted_memory() - allocated_bytes(); in AvailableInFreeListFromAllocatedBytes()
858 size_t wasted_memory() { return wasted_memory_; } in wasted_memory() function
Dspaces.cc1581 added += p->wasted_memory(); in AllocateChunk()
3204 int size = static_cast<int>(page->wasted_memory()); in AllocateChunk()