fix rare but nasty under-allocation bug in malloc with large requests
[musl] / src / malloc / malloc.c
2011-04-04 Rich Felkerfix rare but nasty under-allocation bug in malloc with...
2011-04-02 Rich Felkeravoid over-allocation of brk on first malloc
2011-03-23 Rich Felkervery cheap double-free checks in malloc
2011-02-20 Rich Felkermake malloc(0) return unique pointers rather than NULL
2011-02-12 Rich Felkerinitial check-in, version 0.5.0