Searched refs:size_bytes (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/include/lib/
H A Dcmpctmalloc.h24 void cmpct_get_info(size_t* size_bytes, size_t* free_bytes);
/fuchsia/zircon/kernel/lib/heap/include/lib/
H A Dheap.h46 // |size_bytes| is the total size of the heap, |free_bytes| is the free portion.
47 void heap_get_info(size_t *size_bytes, size_t *free_bytes);
/fuchsia/zircon/system/uapp/psutils/
H A Dmemgraph.cpp100 "\"size_bytes\": %" PRIu64 ", "
110 vmo->size_bytes,
409 uint64_t size_bytes) {
415 "\"size_bytes\": %zu"
420 size_bytes);
408 print_kernel_json(const char* name, const char* parent, uint64_t size_bytes) argument
H A Dvmos.cpp46 format_size(size_str, sizeof(size_str), vmo->size_bytes);
/fuchsia/zircon/kernel/lib/heap/
H A Dheap_wrapper.cpp249 void heap_get_info(size_t* size_bytes, size_t* free_bytes) { argument
250 cmpct_get_info(size_bytes, free_bytes);
/fuchsia/zircon/system/utest/core/object-info/
H A Dobject-info.cpp675 i, entry->koid, entry->name, entry->size_bytes, entry->flags);
682 if (t->koid == entry->koid && t->size == entry->size_bytes) {
747 e1->size_bytes, e2->size_bytes, e1->flags, e2->flags);
750 EXPECT_EQ(e1->size_bytes, e2->size_bytes, msg);
/fuchsia/zircon/kernel/object/
H A Dvm_object_dispatcher.cpp103 entry.size_bytes = vmo->size();
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dobject.h265 uint64_t size_bytes; member in struct:zx_info_vmo
/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c245 void cmpct_get_info(size_t* size_bytes, size_t* free_bytes) { argument
247 *size_bytes = theheap.size;
/fuchsia/zircon/system/utest/vmo/
H A Dvmo.cpp428 EXPECT_EQ(info.size_bytes, len, "vm_info_test: info_vmo.size_bytes");
432 // info.size_bytes, info.create_options);
446 EXPECT_EQ(info.size_bytes, len, "vm_info_test: info_vmo.size_bytes");
450 // info.size_bytes, info.create_options);

Completed in 125 milliseconds