Lines Matching defs:amount
272 const int64_t amount =
274 if (amount < low_since_mark_compact()) {
275 set_low_since_mark_compact(amount);
276 set_limit(amount + kExternalAllocationSoftLimit);
278 return amount;
304 // The amount of external memory registered through the API.
310 // Caches the amount of external memory registered at the last MC.
396 // Calculates the maximum amount of filler that could be required by the
400 // Calculates the actual amount of filler required for a given address at the
1284 // Returns the maximum amount of memory reserved for the heap.
1316 // Returns the amount of memory currently held alive by the unmapper.
1319 // Returns the amount of memory currently committed for the heap.
1322 // Returns the amount of memory currently committed for the old space.
1325 // Returns the amount of executable memory currently committed for the heap.
1328 // Returns the amount of phyical memory currently committed for the heap.
1331 // Returns the maximum amount of memory ever committed for the heap.
1948 size_t amount);
1951 size_t amount);
2208 // Returns the amount of external memory registered since last global gc.