Comment #1 on issue 277 by [email protected]: USE_SYSTEM_MALLOC fails http://code.google.com/p/memcached/issues/detail?id=277
I implemented the dynamic memory use (dynamic changes of mem_limit according to a user command, and automatic selection of the slabclasses from which to take the memory) without defining USE_SYSTEM_MALLOC. However, USE_SYSTEM_MALLOC is indeed faulty, and I suggest to remove these code snippets altogether, to clean the code.
