Searched refs:kExternalAllocationSoftLimit (Results 1 – 2 of 2) sorted by relevance
217 constexpr int kExternalAllocationSoftLimit = 64 * MB; variable
139 external_memory_limit_(kExternalAllocationSoftLimit), in Heap()1786 external_memory_limit_ = external_memory_ + kExternalAllocationSoftLimit; in PerformGarbageCollection()