Struct to hold the total sizes of free and used blocks Used for tlsf_size_walker() More...
Struct to hold the total sizes of free and used blocks Used for tlsf_size_walker()
Definition at line 51 of file tlsf-malloc.h.
#include <tlsf-malloc.h>
Data Fields | |
unsigned | free |
total free size | |
unsigned | used |
total used size | |
unsigned tlsf_size_container_t::free |
total free size
Definition at line 52 of file tlsf-malloc.h.
unsigned tlsf_size_container_t::used |
total used size
Definition at line 53 of file tlsf-malloc.h.