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 | |