Motr  M0
m0_be_alloc_zone Struct Reference

Allocator memory zone. More...

#include <alloc_internal.h>

Collaboration diagram for m0_be_alloc_zone:
Collaboration graph

Data Fields

m0_bcount_t baz_size
 
m0_bcount_t baz_free
 

Detailed Description

Allocator memory zone.

See also
m0_be_alloc_zone_type.

Definition at line 89 of file alloc_internal.h.

Field Documentation

◆ baz_free

m0_bcount_t baz_free

Number of free bytes in zone.

Definition at line 93 of file alloc_internal.h.

◆ baz_size

m0_bcount_t baz_size

Zone size in bytes.

Definition at line 91 of file alloc_internal.h.


The documentation for this struct was generated from the following file: