summaryrefslogtreecommitdiffstats
path: root/monop/malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Make this build with WARNS=4.dholland2008-01-281-6/+6
|
* Convert from libc/threadlib-style mutex protection to pthread style.nathanw2004-12-141-13/+13
| | | (XXX this game totally does not need a thread-safe malloc)
* Remove uses of __P.jsm2004-01-271-6/+6
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* use an sbrk() only malloc() because save and restore depends on savingchristos2003-04-211-0/+497
the data segment only. Maybe we should make libbsdmalloc?