memory pool structure More...
#include <tsi_malloc_intern.h>
Public Attributes | |
uintptr_t | base_phys |
uintptr_t | base_virt |
uintptr_t | end_virt |
cell_t * | head_of_empty_list |
int | size |
memory pool structure
Definition at line 60 of file tsi_malloc_intern.h.
uintptr_t pool::base_phys |
base physical address for pool
Definition at line 61 of file tsi_malloc_intern.h.
uintptr_t pool::base_virt |
base virtual address for pool
Definition at line 62 of file tsi_malloc_intern.h.
uintptr_t pool::end_virt |
end virtual address for pool
Definition at line 63 of file tsi_malloc_intern.h.
cell_t* pool::head_of_empty_list |
list pointer
Definition at line 64 of file tsi_malloc_intern.h.
int pool::size |
pool size in bytes
Definition at line 65 of file tsi_malloc_intern.h.