OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prev_free_bytes
(Results
1 - 3
of
3
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
mprof.go
75
prev_free_bytes
uintptr
211
mp.free_bytes += mp.
prev_free_bytes
216
mp.
prev_free_bytes
= mp.recent_free_bytes
261
mp.
prev_free_bytes
+= size
/prebuilts/go/linux-x86/src/runtime/
mprof.go
75
prev_free_bytes
uintptr
211
mp.free_bytes += mp.
prev_free_bytes
216
mp.
prev_free_bytes
= mp.recent_free_bytes
261
mp.
prev_free_bytes
+= size
/art/runtime/gc/space/
large_object_space.cc
424
size_t
prev_free_bytes
= info->GetPrevFreeBytes();
local
426
if (
prev_free_bytes
!= 0) {
428
new_free_size +=
prev_free_bytes
;
Completed in 98 milliseconds