camille.oudot(a)orange.com writes:
All I see is that we are assigning a
void* (*)(tlsf_t, size_t)
to a
void* (*)(void* , unsigned long)
yet tlsf_t is defined as `typedef void* tlsf_t`, and size_t and unsigned long
have the same width on this architecture...
Is that true also when DBG_TLSF_MALLOC has been defined?
-- Juha