HomeSort by relevance Sort by last modified time
    Searched refs:prev_free_bytes (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
mprof.go 81 prev_free_bytes uintptr
221 mp.free_bytes += mp.prev_free_bytes
226 mp.prev_free_bytes = mp.recent_free_bytes
267 mp.prev_free_bytes += size
  /prebuilts/go/linux-x86/src/runtime/
mprof.go 81 prev_free_bytes uintptr
221 mp.free_bytes += mp.prev_free_bytes
226 mp.prev_free_bytes = mp.recent_free_bytes
267 mp.prev_free_bytes += size
  /art/runtime/gc/space/
large_object_space.cc 417 size_t prev_free_bytes = info->GetPrevFreeBytes(); local
419 if (prev_free_bytes != 0) {
421 new_free_size += prev_free_bytes;

Completed in 160 milliseconds