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_t * | head_of_empty_list |
| list pointer More... | |
| int | size |
| pool size in bytes More... | |
memory pool structure
Definition at line 100 of file tsi_malloc_intern.h.
| uintptr_t pool::base_phys |
base physical address for pool
Definition at line 101 of file tsi_malloc_intern.h.
| uintptr_t pool::base_virt |
base virtual address for pool
Definition at line 102 of file tsi_malloc_intern.h.
| uintptr_t pool::end_virt |
end virtual address for pool
Definition at line 103 of file tsi_malloc_intern.h.
| cell_t* pool::head_of_empty_list |
list pointer
Definition at line 104 of file tsi_malloc_intern.h.
| int pool::size |
pool size in bytes
Definition at line 105 of file tsi_malloc_intern.h.