Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2445 intptr_t usable_bytes = 0; in AllocateChunk() local
2459 usable_bytes += small_list_.Concatenate(other->GetFreeListCategory(kSmall)); in AllocateChunk()
2460 usable_bytes += medium_list_.Concatenate(other->GetFreeListCategory(kMedium)); in AllocateChunk()
2461 usable_bytes += large_list_.Concatenate(other->GetFreeListCategory(kLarge)); in AllocateChunk()
2462 usable_bytes += huge_list_.Concatenate(other->GetFreeListCategory(kHuge)); in AllocateChunk()
2466 return usable_bytes + wasted_bytes; in AllocateChunk()