summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid pulling in stdiotholo1996-09-161-3/+3
* Remove dead codetholo1996-09-151-2/+2
* only support MALLOC_OPTIONS for non-setuidderaadt1996-09-111-3/+5
* asm -> __asm, clean lint(1) warningstholo1996-09-061-15/+16
* Move cfree(3) weak symbol into a seperate filetholo1996-08-211-22/+1
* Make the binding cfree() -> free() weak if possibletholo1996-08-201-5/+12
* Remove ANSI function delcarations and add a cfree() stub function.downsj1996-08-201-22/+67
* Fix RCS idstholo1996-08-191-3/+4
* malloc(3) implementation from FreeBSD; uses mmap(2) to get memorytholo1996-08-021-365/+1158
* Add prototypes for internal functionstholo1996-03-251-3/+3
* realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;deraadt1996-01-291-2/+11
* initial import of NetBSD treederaadt1995-10-181-0/+421