Searched refs:unmapped_allocation_bytes (Results 1 – 1 of 1) sorted by relevance
273 void InsertSpecialAllocations(int64_t unmapped_allocation_bytes, in InsertSpecialAllocations() argument278 if (unmapped_allocation_bytes > 0) { in InsertSpecialAllocations()282 special_allocation->set_requested_bytes(unmapped_allocation_bytes); in InsertSpecialAllocations()283 special_allocation->set_allocation_bytes(unmapped_allocation_bytes); in InsertSpecialAllocations()327 int64_t unmapped_allocation_bytes = in ProcessActiveAllocations() local344 unmapped_allocation_bytes -= metadata.allocation_bytes(); in ProcessActiveAllocations()352 unmapped_allocation_bytes += metadata.allocation_bytes(); in ProcessActiveAllocations()357 unmapped_allocation_bytes -= unmapped_deallocation_bytes; in ProcessActiveAllocations()359 VLOG(2) << "unmapped_allocation_bytes=" << unmapped_allocation_bytes in ProcessActiveAllocations()370 InsertSpecialAllocations(unmapped_allocation_bytes, in ProcessActiveAllocations()