Searched defs:free_bytes (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/lib/oom/
H A Doom.cpp57 const size_t free_bytes = pmm_count_free_pages() * PAGE_SIZE; local
/fuchsia/zircon/kernel/lib/heap/
H A Dheap_wrapper.cpp249 void heap_get_info(size_t* size_bytes, size_t* free_bytes) { argument
/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c245 void cmpct_get_info(size_t* size_bytes, size_t* free_bytes) { argument
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dobject.h338 uint64_t free_bytes; member in struct:zx_info_kmem_stats

Completed in 88 milliseconds