Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1332 AccountUncommitted(unused); in AllocateChunk()
1439 AccountUncommitted(page->size()); in AllocateChunk()
1956 AccountUncommitted(current_capacity_); in AllocateChunk()
2035 AccountUncommitted(delta); in AllocateChunk()
3137 AccountUncommitted(page->size()); in AllocateChunk()
Dspaces.h907 void AccountUncommitted(size_t bytes) { in AccountUncommitted() function