add support for RTLD_NOLOAD to dlopen
[musl] / src / malloc /
2012-12-08 Rich Felkerpage-align initial brk value used by malloc in shared...
2012-12-07 Rich Felkerfix invalid read in aligned_alloc
2012-09-15 Rich Felkerworkaround gcc got-register-reload performance problems...
2012-08-26 Rich Felkerimplement "low hanging fruit" from C11
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2011-11-17 Rich Felkerfix issue with excessive mremap syscalls on realloc
2011-08-23 Rich Felkeruse new a_crash() asm to optimize double-free handler.
2011-08-15 Rich Felkersimplify and improve double-free check
2011-06-29 Rich Felkerposix_memalign should fail if size is not a multiple...
2011-06-26 Rich Felkereliminate OOB array hacks in malloc
2011-06-12 Rich Felkermalloc: cast size down to int in bin_index functions
2011-06-06 Rich Felkeruse volatile pointers for intentional-crash code.
2011-04-20 Rich Felkernamespace fixes for sys/mman.h
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-30 Rich Felkerrename __simple_malloc.c to lite_malloc.c - yes this...
2011-03-23 Rich Felkervery cheap double-free checks in malloc
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-20 Rich Felkermake malloc(0) return unique pointers rather than NULL
2011-02-20 Rich Felkerfix simple_malloc malloc(0) behavior not to return...
2011-02-20 Rich Felkerfix simple_malloc size restrictions
2011-02-12 Rich Felkerinitial check-in, version 0.5.0