Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1259 AccountUncommitted(static_cast<intptr_t>(page->size())); in AllocateChunk()
1835 AccountUncommitted(total_capacity_); in AllocateChunk()
1904 AccountUncommitted(static_cast<intptr_t>(delta)); in AllocateChunk()
3222 AccountUncommitted(static_cast<intptr_t>(page->size())); in AllocateChunk()
Dspaces.h1024 void AccountUncommitted(intptr_t bytes) { in AccountUncommitted() function