summaryrefslogtreecommitdiffstats
path: root/lib/libc/hidden/stdlib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Inroduce malloc_conceal() and calloc_conceal(). Similar to theirotto2019-05-101-1/+3
* Introducing malloc_usable_size() was a mistake. While some otherotto2018-11-211-2/+1
* Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man pageotto2018-11-181-1/+2
* Implement C11's aligned_alloc(3). ok guenther@otto2018-11-051-1/+2
* New POSIX xlocale implementation written from scratch.schwarze2017-09-051-2/+2
* Use David Musser's introsort algorithm to fall back to heapsort(3)millert2017-05-201-2/+2
* Introducing freezero(3) a version of free that guarantees the processotto2017-04-101-1/+2
* Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)otto2017-03-061-1/+2
* Reduce qabs() and qdiv() to aliases of llabs() and lldiv().guenther2016-08-141-3/+3
* environ and __progname are not declared in a public header; declare themguenther2016-03-131-1/+4
* libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()guenther2015-11-101-2/+2
* Hide __atexit and __atexit_register_cleanup()guenther2015-10-251-1/+2
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-191-1/+3
* For now, permit overriding of the malloc family, to make emacs happyguenther2015-09-131-6/+6
* Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internallyguenther2015-09-131-2/+2
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-131-0/+158