pool Struct Reference

memory pool structure More...

#include <tsi_malloc_intern.h>

Public Attributes

uintptr_t base_phys
 
uintptr_t base_virt
 
uintptr_t end_virt
 
cell_thead_of_empty_list
 
int size
 

Detailed Description

memory pool structure

Definition at line 60 of file tsi_malloc_intern.h.

Member Data Documentation

◆ base_phys

uintptr_t pool::base_phys

base physical address for pool

Definition at line 61 of file tsi_malloc_intern.h.

◆ base_virt

uintptr_t pool::base_virt

base virtual address for pool

Definition at line 62 of file tsi_malloc_intern.h.

◆ end_virt

uintptr_t pool::end_virt

end virtual address for pool

Definition at line 63 of file tsi_malloc_intern.h.

◆ head_of_empty_list

cell_t* pool::head_of_empty_list

list pointer

Definition at line 64 of file tsi_malloc_intern.h.

◆ size

int pool::size

pool size in bytes

Definition at line 65 of file tsi_malloc_intern.h.


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