Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3973 size_t new_freed_bytes; in RegisterNativeFree() local
3976 new_freed_bytes = std::min(allocated, bytes); in RegisterNativeFree()
3979 DCHECK_EQ(new_freed_bytes, bytes); in RegisterNativeFree()
3981 allocated - new_freed_bytes)); in RegisterNativeFree()