Home | History | Annotate | Download | only in cctest

Lines Matching refs:allocation_amount

986   int allocation_amount = Min(FixedArray::kMaxSize,
988 int allocation_len = LenFromSize(allocation_amount);
992 while ((*limit_addr - *top_addr) > allocation_amount) {