Searched refs:amount_of_external_allocated_memory_ (Results 1 – 3 of 3) sorted by relevance
446 int amount = amount_of_external_allocated_memory_ + change_in_bytes; in AdjustAmountOfExternalAllocatedMemory()449 if (amount > amount_of_external_allocated_memory_) { in AdjustAmountOfExternalAllocatedMemory()450 amount_of_external_allocated_memory_ = amount; in AdjustAmountOfExternalAllocatedMemory()453 amount_of_external_allocated_memory_ - in AdjustAmountOfExternalAllocatedMemory()461 amount_of_external_allocated_memory_ = amount; in AdjustAmountOfExternalAllocatedMemory()464 ASSERT(amount_of_external_allocated_memory_ >= 0); in AdjustAmountOfExternalAllocatedMemory()465 return amount_of_external_allocated_memory_; in AdjustAmountOfExternalAllocatedMemory()
123 amount_of_external_allocated_memory_(0), in Heap()787 amount_of_external_allocated_memory_; in PerformGarbageCollection()4639 if (amount_of_external_allocated_memory_ in PromotedExternalMemorySize()4641 return amount_of_external_allocated_memory_ in PromotedExternalMemorySize()
1336 int amount_of_external_allocated_memory_; variable