Searched refs:new_freed_bytes (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc3794 size_t new_freed_bytes; local
3797 new_freed_bytes = std::min(allocated, bytes);
3799 allocated - new_freed_bytes));
3800 if (new_freed_bytes < bytes) {
3801 old_native_bytes_allocated_.FetchAndSubRelaxed(bytes - new_freed_bytes);

Completed in 191 milliseconds