OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_size
(Results
1 - 2
of
2
) sorted by null
/system/extras/showslab/
showslab.c
34
unsigned long
active_size
; /* size of all active objects */
member in struct:slab_stat
137
stats->
active_size
+= p->nr_active_objs * p->obj_size;
326
stats.
active_size
/ 1024.0,
328
100.0 * stats.
active_size
/ stats.total_size,
/external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc
218
size_t
active_size
= GetSize(active_tactic, active_stats);
local
222
if (global_size_limit_ <
active_size
+ inactive_size)
226
size_t total_extra = global_size_limit_ - (
active_size
+ inactive_size);
Completed in 515 milliseconds