summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix RCS idstholo1996-08-191-3/+4
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* malloc(3) implementation from FreeBSD; uses mmap(2) to get memorytholo1996-08-021-365/+1158
|
* Add prototypes for internal functionstholo1996-03-251-3/+3
| | | | Change inline to __inline
* realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;deraadt1996-01-291-2/+11
| | | | netbsd pr#1806
* initial import of NetBSD treederaadt1995-10-181-0/+421