Home
last modified time | relevance | path

Searched defs:SystemMemoryInfoKB (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/
Dprocess_metrics.h292 struct BASE_EXPORT SystemMemoryInfoKB { struct
299 int total = 0;
302 int free = 0;
311 int avail_phys = 0;
320 int available = 0;
324 int swap_total = 0;
325 int swap_free = 0;
330 int buffers = 0;
331 int cached = 0;
332 int active_anon = 0;
[all …]
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_metrics.h289 struct BASE_EXPORT SystemMemoryInfoKB { struct
296 int total = 0;
299 int free = 0;
308 int avail_phys = 0;
317 int available = 0;
321 int swap_total = 0;
322 int swap_free = 0;
327 int buffers = 0;
328 int cached = 0;
329 int active_anon = 0;
[all …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/
Dprocess_metrics.h292 struct BASE_EXPORT SystemMemoryInfoKB { struct
299 int total = 0;
302 int free = 0;
311 int avail_phys = 0;
320 int available = 0;
324 int swap_total = 0;
325 int swap_free = 0;
330 int buffers = 0;
331 int cached = 0;
332 int active_anon = 0;
[all …]
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_metrics.h298 struct BASE_EXPORT SystemMemoryInfoKB { struct
301 SystemMemoryInfoKB& operator=(const SystemMemoryInfoKB& other); argument
306 int total = 0;
309 int free = 0;
318 int avail_phys = 0;
328 int available = 0;
332 int swap_total = 0;
333 int swap_free = 0;
338 int buffers = 0;
339 int cached = 0;
[all …]