
21 Apr
2016
21 Apr
'16
2 a.m.
On Sat, Apr 16, 2016 at 04:23:27AM -0400, Robert P. J. Day wrote:
just noticed, in common/dlmalloc.c, the sizable chunk:
#if 0 /* Moved to malloc.h */ /* ---------- To make a malloc.h, start cutting here ------------ */ ... several hundred lines ... #ifdef __cplusplus }; /* end of extern "C" */ #endif /* ---------- To make a malloc.h, end cutting here ------------ */ #endif /* 0 */ /* Moved to malloc.h */
given that those lines appear to be duplicated in malloc.h, what is the purpose of them still being in dlmalloc.c? i'm just curious.
Good point. Something that could probably be cleaned up.
--
Tom