|
Motr
M0
|
Allocator header. More...
#include <alloc_internal.h>

Data Fields | |
| struct m0_be_list | bah_chunks |
| struct m0_be_fl | bah_fl |
| struct m0_be_allocator_stats | bah_stats |
| m0_bcount_t | bah_size |
| void * | bah_addr |
Allocator header.
Definition at line 106 of file alloc_internal.h.
| void* bah_addr |
memory address
Definition at line 111 of file alloc_internal.h.
| struct m0_be_list bah_chunks |
all chunks
Definition at line 107 of file alloc_internal.h.
| struct m0_be_fl bah_fl |
free lists
Definition at line 108 of file alloc_internal.h.
| m0_bcount_t bah_size |
memory size
Definition at line 110 of file alloc_internal.h.
| struct m0_be_allocator_stats bah_stats |
XXX not used now
Definition at line 109 of file alloc_internal.h.