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

/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc1005 int allocation_amount = Min(FixedArray::kMaxSize, local
1007 int allocation_len = LenFromSize(allocation_amount);
1011 while ((*limit_addr - *top_addr) > allocation_amount) {

Completed in 163 milliseconds