Motr  M0
m0_be_allocator_stats Struct Reference

Allocator statistics. More...

#include <alloc.h>

Collaboration diagram for m0_be_allocator_stats:
Collaboration graph

Data Fields

m0_bcount_t bas_chunk_overhead
 
m0_bcount_t bas_space_total
 
m0_bcount_t bas_space_used
 
m0_bcount_t bas_space_free
 
m0_bcount_t bas_stat0_boundary
 
m0_bcount_t bas_chunks_nr
 
m0_bcount_t bas_free_chunks_nr
 
struct m0_be_allocator_call_stats bas_total
 
struct m0_be_allocator_call_stats bas_stat0
 
struct m0_be_allocator_call_stats bas_stat1
 
unsigned long bas_print_interval
 
unsigned long bas_print_index
 

Detailed Description

Allocator statistics.

It is embedded into m0_be_allocator_header.

Definition at line 114 of file alloc.h.

Field Documentation

◆ bas_chunk_overhead

m0_bcount_t bas_chunk_overhead

Definition at line 115 of file alloc.h.

◆ bas_chunks_nr

m0_bcount_t bas_chunks_nr

Definition at line 120 of file alloc.h.

◆ bas_free_chunks_nr

m0_bcount_t bas_free_chunks_nr

Definition at line 121 of file alloc.h.

◆ bas_print_index

unsigned long bas_print_index

Definition at line 126 of file alloc.h.

◆ bas_print_interval

unsigned long bas_print_interval

Definition at line 125 of file alloc.h.

◆ bas_space_free

m0_bcount_t bas_space_free

Definition at line 118 of file alloc.h.

◆ bas_space_total

m0_bcount_t bas_space_total

Definition at line 116 of file alloc.h.

◆ bas_space_used

m0_bcount_t bas_space_used

Definition at line 117 of file alloc.h.

◆ bas_stat0

struct m0_be_allocator_call_stats bas_stat0

Definition at line 123 of file alloc.h.

◆ bas_stat0_boundary

m0_bcount_t bas_stat0_boundary

Definition at line 119 of file alloc.h.

◆ bas_stat1

struct m0_be_allocator_call_stats bas_stat1

Definition at line 124 of file alloc.h.

◆ bas_total

struct m0_be_allocator_call_stats bas_total

Definition at line 122 of file alloc.h.


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