Searched refs:format_size (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/system/ulib/pretty/include/pretty/
H A Dsizes.h41 char* format_size(char* str, size_t str_size, size_t bytes);
/fuchsia/zircon/system/ulib/pretty/
H A Dsizes.c81 char* format_size(char* str, size_t str_size, size_t bytes) { function
H A Dtest.c130 char* ret = format_size(buf, str_size, input);
133 "format_size(str_size=%zd, bytes=%zd)", str_size, input);
197 char* ret = format_size(&c, 0, input);
207 char* ret = format_size(NULL, 0, input);
/fuchsia/zircon/system/uapp/psutils/
H A Dvmos.cpp46 format_size(size_str, sizeof(size_str), vmo->size_bytes);
51 format_size(alloc_str, sizeof(alloc_str), vmo->committed_bytes);
H A Dvmaps.c140 format_size(size_str, sizeof(size_str), e->size);
144 format_size(size_str, sizeof(size_str),
/fuchsia/zircon/kernel/lib/oom/
H A Doom.cpp99 format_size(delta_buf, sizeof(delta_buf), free_delta_bytes);
/fuchsia/zircon/kernel/object/
H A Dresource_dispatcher.cpp279 format_size(pretty_size, sizeof(pretty_size), r.get_size()));
289 format_size(pretty_size, sizeof(pretty_size), r.get_size()));
/fuchsia/zircon/kernel/vm/
H A Dpmm_arena.cpp147 this, name(), base(), format_size(pbuf, sizeof(pbuf), size()), size(), priority(), flags());

Completed in 95 milliseconds