summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
Commit message (Expand)AuthorAgeFilesLines
* Make malloc(3) superpage aware. Specifically, if getpagesizes(3) returnsAlan Cox2009-09-261-2/+4
* Revert to preferring mmap(2) over sbrk(2) when mapping memory, due toJason Evans2008-11-031-1/+1
* Add thread-specific caching for small size classes, based on magazines.Jason Evans2008-08-271-25/+52
* Remove support for lazy deallocation. Benchmarks across a wide range ofJason Evans2008-02-171-12/+1
* Track dirty unused pages so that they can be purged if they exceed aJason Evans2008-02-061-15/+17
* Enable both sbrk(2)- and mmap(2)-based memory acquisition methods byJason Evans2008-01-031-12/+12
* Add the 'D' and 'M' run time options, and use them to control whetherJason Evans2007-12-271-24/+57
* Document the B and L MALLOC_OPTIONS.Jason Evans2007-11-271-1/+26
* Add information about the implications of using mmap(2) instead of sbrk(2).Jason Evans2007-06-151-1/+19
* Update the IMPLEMENTATION NOTES section to reflect recent mallocJason Evans2007-03-281-13/+30
* Markup fixes.Ruslan Ermilov2006-09-171-51/+51
* s/soley/solelyJens Schweikhardt2006-04-131-1/+1
* Add malloc_usable_size() to the RETURN VALUES section.Jason Evans2006-04-041-1/+6
* Add malloc_usable_size(3).Jason Evans2006-03-281-2/+25
* Modify allocation policy, in order to avoid excessive fragmentation forJason Evans2006-03-171-50/+52
* Expand contractions.Joel Dahl2006-02-011-1/+1
* Replace malloc(), calloc(), posix_memalign(), realloc(), and free() withJason Evans2006-01-131-180/+116
* Fix prototype.Ruslan Ermilov2005-11-231-1/+3
* Sort sections.Ruslan Ermilov2005-01-201-23/+23
* Reword recent addition about memory moving.Alfred Perlstein2004-08-191-5/+4
* Clarify that realloc and reallocf may move the memory allocation.Alfred Perlstein2004-08-181-3/+7
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
* Document what really occurs when we obtain an error.Tom Rhodes2002-12-201-6/+9
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-181-1/+1
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-1/+3
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-041-2/+6
* Clarify the bit about realloc() and its `ptr' argument a bit.Giorgos Keramidas2002-06-061-2/+3
* mdoc(7) police: nit.Ruslan Ermilov2002-05-291-1/+1
* Constify _malloc_options.Poul-Henning Kamp2002-04-241-2/+2
* mdoc(7) police: kill HSBs, add missing comma.Ruslan Ermilov2001-12-121-8/+13
* Be more explicit about the fact that realloc() might return aGiorgos Keramidas2001-11-241-0/+4
* malloc and calloc do not free memory.Dima Dorfman2001-11-051-2/+3
* Move to using .In instead of .Fd #include <> for include mark-up.Jeroen Ruigrok van der Werven2001-09-071-1/+1
* Markup nits: use diagnostic type lists for error and warning messages.Ruslan Ermilov2001-08-101-21/+17
* mdoc(7) police: expand plain text xrefs.Ruslan Ermilov2001-08-081-1/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-151-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* mdoc(7) police: mark NULL with .Dv.Ruslan Ermilov2001-07-041-8/+24
* mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS.Dima Dorfman2001-06-241-6/+6
* The fact that phk wrote this is not a bug!Dima Dorfman2001-06-241-5/+2
* Reword a sentence to make it proper English.Dima Dorfman2001-06-241-1/+1
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-261-1/+1
* mmap(3) -> mmap(2).Ruslan Ermilov2001-02-121-2/+2
* .Xr to mmap.Nik Clayton2001-02-111-1/+2
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-0/+2