Motr  M0
alloc_internal_xc.h File Reference
#include <sys/types.h>
#include "xcode/xcode.h"
Include dependency graph for alloc_internal_xc.h:

Go to the source code of this file.

Macros

#define __MOTR_BE_ALLOC_INTERNAL_XC_H__
 

Functions

M0_INTERNAL void m0_xc_m0_be_allocator_header_struct_init (void)
 
M0_INTERNAL void m0_xc_be_alloc_chunk_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_be_alloc_zone_struct_init (void)
 
M0_INTERNAL void m0_xc_be_alloc_internal_init (void)
 
M0_INTERNAL void m0_xc_be_alloc_internal_fini (void)
 

Variables

struct m0_xcode_typem0_be_allocator_header_xc
 
struct m0_xcode_typebe_alloc_chunk_xc
 
struct m0_xcode_typem0_be_alloc_zone_xc
 

Macro Definition Documentation

◆ __MOTR_BE_ALLOC_INTERNAL_XC_H__

#define __MOTR_BE_ALLOC_INTERNAL_XC_H__

Definition at line 6 of file alloc_internal_xc.h.

Function Documentation

◆ m0_xc_be_alloc_chunk_struct_init()

M0_INTERNAL void m0_xc_be_alloc_chunk_struct_init ( void  )

Definition at line 261 of file alloc_internal_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_be_alloc_internal_fini()

M0_INTERNAL void m0_xc_be_alloc_internal_fini ( void  )

Definition at line 477 of file alloc_internal_xc.c.

◆ m0_xc_be_alloc_internal_init()

M0_INTERNAL void m0_xc_be_alloc_internal_init ( void  )

Definition at line 464 of file alloc_internal_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_be_alloc_zone_struct_init()

M0_INTERNAL void m0_xc_m0_be_alloc_zone_struct_init ( void  )

Definition at line 428 of file alloc_internal_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_be_allocator_header_struct_init()

M0_INTERNAL void m0_xc_m0_be_allocator_header_struct_init ( void  )

Definition at line 164 of file alloc_internal_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ be_alloc_chunk_xc

struct m0_xcode_type* be_alloc_chunk_xc

Definition at line 14 of file alloc_internal_xc.c.

◆ m0_be_alloc_zone_xc

struct m0_xcode_type* m0_be_alloc_zone_xc

Definition at line 17 of file alloc_internal_xc.c.

◆ m0_be_allocator_header_xc

struct m0_xcode_type* m0_be_allocator_header_xc

Definition at line 11 of file alloc_internal_xc.c.