3 Commits

Author SHA1 Message Date
Guillaume Souchere
791878ead2 feat(tlsf): Add function to find a block from a pointer 2025-04-03 08:29:46 +02:00
Guillaume Souchere
bc61bdf94f fix(tlsf): Place only public header in include folder
The tlsf_control_functions.h and tlsf_block_functions.h
are moved to the root dir.

The tlsf.h header (the only public header has it contains
the public API) is kept in include folder.

The tlsf_common.h header is  deleted and its content is
split accross all header files since this file was originally
containain the definition of structures such as block_header_t
and control_t that can now be moved to tlsf_block_functions.h
(respectively tlsf_control_functions.h).
2024-09-04 13:32:00 +02:00
Guillaume Souchere
e45fc9bfbb feat(tlsf): Create header for static inline functions
Place all the remaining static inline function in a separate header
Move all headers in an include folder
2024-08-29 09:34:14 +02:00