Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc993 accounting_stats_.DecreaseCapacity(free_space->size()); in AllocateChunk()
1092 other->accounting_stats_.DecreaseCapacity(added); in AllocateChunk()
Dspaces.h1607 void DecreaseCapacity(intptr_t size_in_bytes) { in DecreaseCapacity() function