Searched defs:new_footprint (Results 1 – 4 of 4) sorted by relevance
396 size_t new_footprint = num_bytes_allocated_.LoadSequentiallyConsistent() + alloc_size; in IsOutOfMemoryOnAllocation() local
4108 void Heap::VlogHeapGrowth(size_t max_allowed_footprint, size_t new_footprint, size_t alloc_size) { in VlogHeapGrowth()
193 size_t new_footprint = footprint_ + increment; in AllocPages() local1360 size_t new_footprint = footprint_ - decrement; in Trim() local
1143 void JitCodeCache::SetFootprintLimit(size_t new_footprint) { in SetFootprintLimit()