Home | History | Annotate | Download | only in heap

Lines Matching full:newspaceallocationcounter

6092 TEST(NewSpaceAllocationCounter) {
6097 size_t counter1 = heap->NewSpaceAllocationCounter();
6101 size_t counter2 = heap->NewSpaceAllocationCounter();
6104 size_t counter3 = heap->NewSpaceAllocationCounter();
6109 size_t start = heap->NewSpaceAllocationCounter();
6112 size_t counter = heap->NewSpaceAllocationCounter();