Hi Daniel,
From the commit logs I noticed it is only for shm now,
right?
The log about enabling it:
- use
MEMMNG=1 MEMDBG=0 extra_defs='-DTLSF_MALLOC=1
to enable
That's right, i've only integrated it for shm, got to work on
integrating it for pkg.
Does it still require q_malloc? In other words, is it
built on top of
q_malloc?
No, it's independent of q_malloc (despite the typo for shm_available
#define that i've got to fix).
The code can be merged right now if the new mem
manager is disabled by
default. We can review and test thoroughly during next period and
polish the options to enable it.
Great, then i'll fix the previously mentioned typo and merge it. It is
indeed disabled by default.
--
Camille