summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
AgeCommit message (Expand)Author
2012-04-17Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans
2011-03-07Correct a typo in the malloc(3) manpage. Malloc options are set in theRyan Stone
2010-10-08mdoc: drop redundant .Pp and .LP callsUlrich Spörlein
2010-09-11Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran
2010-08-28Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran
2010-08-06Fix typos and spelling mistakes.Joel Dahl
2010-01-31Fix bugs:Jason Evans
2009-09-26Make malloc(3) superpage aware. Specifically, if getpagesizes(3) returnsAlan Cox
2008-11-03Revert to preferring mmap(2) over sbrk(2) when mapping memory, due toJason Evans
2008-08-27Add thread-specific caching for small size classes, based on magazines.Jason Evans
2008-02-17Remove support for lazy deallocation. Benchmarks across a wide range ofJason Evans
2008-02-06Track dirty unused pages so that they can be purged if they exceed aJason Evans
2008-01-03Enable both sbrk(2)- and mmap(2)-based memory acquisition methods byJason Evans
2007-12-27Add the 'D' and 'M' run time options, and use them to control whetherJason Evans
2007-11-27Document the B and L MALLOC_OPTIONS.Jason Evans
2007-06-15Add information about the implications of using mmap(2) instead of sbrk(2).Jason Evans
2007-03-28Update the IMPLEMENTATION NOTES section to reflect recent mallocJason Evans
2006-09-17Markup fixes.Ruslan Ermilov
2006-04-13s/soley/solelyJens Schweikhardt
2006-04-04Add malloc_usable_size() to the RETURN VALUES section.Jason Evans
2006-03-28Add malloc_usable_size(3).Jason Evans
2006-03-17Modify allocation policy, in order to avoid excessive fragmentation forJason Evans
2006-02-01Expand contractions.Joel Dahl
2006-01-13Replace malloc(), calloc(), posix_memalign(), realloc(), and free() withJason Evans
2005-11-23Fix prototype.Ruslan Ermilov
2005-01-20Sort sections.Ruslan Ermilov
2004-08-19Reword recent addition about memory moving.Alfred Perlstein
2004-08-18Clarify that realloc and reallocf may move the memory allocation.Alfred Perlstein
2002-12-24mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov
2002-12-20Document what really occurs when we obtain an error.Tom Rhodes
2002-12-18mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov
2002-12-18mdoc(7) police: "The .Fn function".Ruslan Ermilov
2002-12-12Uniformly refer to a file system as "file system".Ruslan Ermilov
2002-12-04Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov
2002-06-06Clarify the bit about realloc() and its `ptr' argument a bit.Giorgos Keramidas
2002-05-29mdoc(7) police: nit.Ruslan Ermilov
2002-04-24Constify _malloc_options.Poul-Henning Kamp
2001-12-12mdoc(7) police: kill HSBs, add missing comma.Ruslan Ermilov
2001-11-24Be more explicit about the fact that realloc() might return aGiorgos Keramidas
2001-11-05malloc and calloc do not free memory.Dima Dorfman
2001-09-07Move to using .In instead of .Fd #include <> for include mark-up.Jeroen Ruigrok van der Werven
2001-08-10Markup nits: use diagnostic type lists for error and warning messages.Ruslan Ermilov
2001-08-08mdoc(7) police: expand plain text xrefs.Ruslan Ermilov
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-07-10mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov
2001-07-09mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman
2001-07-04mdoc(7) police: mark NULL with .Dv.Ruslan Ermilov
2001-06-24mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS.Dima Dorfman
2001-06-24The fact that phk wrote this is not a bug!Dima Dorfman
2001-06-24Reword a sentence to make it proper English.Dima Dorfman