Searched refs:increaseAllocatedSpace (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.cpp945 stats().increaseAllocatedSpace(largeObject->size());
1279 stats->increaseAllocatedSpace(current->size());
1405 heap->stats().increaseAllocatedSpace(blinkPageSize);
1425 stats.increaseAllocatedSpace(blinkPageSize);
1449 stats->increaseAllocatedSpace(blinkPageSize);
1723 stats.increaseAllocatedSpace(size());
H A DThreadState.h241 void inline increaseAllocatedSpace(size_t newAllocatedSpace) function in class:blink::HeapStats

Completed in 283 milliseconds