Motr  M0
m0_be_allocator_header Struct Reference

Allocator header. More...

#include <alloc_internal.h>

Collaboration diagram for m0_be_allocator_header:
Collaboration graph

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
 

Detailed Description

Allocator header.

Definition at line 106 of file alloc_internal.h.

Field Documentation

◆ bah_addr

void* bah_addr

memory address

Definition at line 111 of file alloc_internal.h.

◆ bah_chunks

struct m0_be_list bah_chunks

all chunks

Definition at line 107 of file alloc_internal.h.

◆ bah_fl

struct m0_be_fl bah_fl

free lists

Definition at line 108 of file alloc_internal.h.

◆ bah_size

m0_bcount_t bah_size

memory size

Definition at line 110 of file alloc_internal.h.

◆ bah_stats

struct m0_be_allocator_stats bah_stats

XXX not used now

Definition at line 109 of file alloc_internal.h.


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