pool Struct Reference

memory pool structure More...

#include <tsi_malloc_intern.h>

+ Collaboration diagram for pool:

Public Attributes

uintptr_t base_phys
 base physical address for pool More...
 
uintptr_t base_virt
 base virtual address for pool More...
 
uintptr_t end_virt
 end virtual address for pool More...
 
cell_thead_of_empty_list
 list pointer More...
 
int size
 pool size in bytes More...
 

Detailed Description

memory pool structure

Definition at line 100 of file tsi_malloc_intern.h.

Member Data Documentation

◆ base_phys

uintptr_t pool::base_phys

base physical address for pool

Definition at line 101 of file tsi_malloc_intern.h.

◆ base_virt

uintptr_t pool::base_virt

base virtual address for pool

Definition at line 102 of file tsi_malloc_intern.h.

◆ end_virt

uintptr_t pool::end_virt

end virtual address for pool

Definition at line 103 of file tsi_malloc_intern.h.

◆ head_of_empty_list

cell_t* pool::head_of_empty_list

list pointer

Definition at line 104 of file tsi_malloc_intern.h.

◆ size

int pool::size

pool size in bytes

Definition at line 105 of file tsi_malloc_intern.h.


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