Loading...
Searching...
No Matches
tlsf-malloc.h File Reference

TLSF-based global memory allocator. More...

Detailed Description

TLSF-based global memory allocator.

Author
René Kijewski
Juan I Carrano

Definition in file tlsf-malloc.h.

#include <stddef.h>
#include "tlsf.h"
+ Include dependency graph for tlsf-malloc.h:

Go to the source code of this file.

Data Structures

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

Functions

void tlsf_size_walker (void *ptr, size_t size, int used, void *user)
 Walk the memory pool to print all block sizes and to calculate the total amount of free and used block sizes.
 
int tlsf_add_global_pool (void *mem, size_t bytes)
 Add an area of memory to the global allocator pool.
 
tlsf_t _tlsf_get_global_control (void)
 Get a pointer to the global tlsf_control block.