tlsf_malloc_addr() function
Allocate memory of at least `size` bytes at a given address in the pool.
Arguments
tlsf
TLSF structure to allocate memory from.
size
Minimum size, in bytes, of the memory to allocate
address
address at which the allocation must be done
Return value
pointer to free memory or NULL in case of incapacity to perform the malloc