Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4031 size_t new_freed_bytes; in RegisterNativeFree() local
4034 new_freed_bytes = std::min(allocated, bytes); in RegisterNativeFree()
4037 DCHECK_EQ(new_freed_bytes, bytes); in RegisterNativeFree()
4039 allocated - new_freed_bytes)); in RegisterNativeFree()