Loading...
Searching...
No Matches
tlsf_size_container_t Struct Reference

Struct to hold the total sizes of free and used blocks Used for tlsf_size_walker() More...

Detailed Description

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
 

Field Documentation

◆ free

unsigned tlsf_size_container_t::free

total free size

Definition at line 52 of file tlsf-malloc.h.

◆ used

unsigned tlsf_size_container_t::used

total used size

Definition at line 53 of file tlsf-malloc.h.


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