index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
malloc.3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add thread-specific caching for small size classes, based on magazines.
jasone
2008-08-27
1
-25
/
+52
*
Remove support for lazy deallocation. Benchmarks across a wide range of
jasone
2008-02-17
1
-12
/
+1
*
Track dirty unused pages so that they can be purged if they exceed a
jasone
2008-02-06
1
-15
/
+17
*
Enable both sbrk(2)- and mmap(2)-based memory acquisition methods by
jasone
2008-01-03
1
-12
/
+12
*
Add the 'D' and 'M' run time options, and use them to control whether
jasone
2007-12-27
1
-24
/
+57
*
Document the B and L MALLOC_OPTIONS.
jasone
2007-11-27
1
-1
/
+26
*
Add information about the implications of using mmap(2) instead of sbrk(2).
jasone
2007-06-15
1
-1
/
+19
*
Update the IMPLEMENTATION NOTES section to reflect recent malloc
jasone
2007-03-28
1
-13
/
+30
*
Markup fixes.
ru
2006-09-17
1
-51
/
+51
*
s/soley/solely
schweikh
2006-04-13
1
-1
/
+1
*
Add malloc_usable_size() to the RETURN VALUES section.
jasone
2006-04-04
1
-1
/
+6
*
Add malloc_usable_size(3).
jasone
2006-03-28
1
-2
/
+25
*
Modify allocation policy, in order to avoid excessive fragmentation for
jasone
2006-03-17
1
-50
/
+52
*
Expand contractions.
joel
2006-02-01
1
-1
/
+1
*
Replace malloc(), calloc(), posix_memalign(), realloc(), and free() with
jasone
2006-01-13
1
-180
/
+116
*
Fix prototype.
ru
2005-11-23
1
-1
/
+3
*
Sort sections.
ru
2005-01-20
1
-23
/
+23
*
Reword recent addition about memory moving.
alfred
2004-08-19
1
-5
/
+4
*
Clarify that realloc and reallocf may move the memory allocation.
alfred
2004-08-18
1
-3
/
+7
*
mdoc(7) police: Deal with self-xrefs.
ru
2002-12-24
1
-1
/
+1
*
Document what really occurs when we obtain an error.
trhodes
2002-12-20
1
-6
/
+9
*
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
ru
2002-12-18
1
-1
/
+1
*
mdoc(7) police: "The .Fn function".
ru
2002-12-18
1
-1
/
+3
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-1
/
+1
*
Consistently mark std(in|out|err) with .Dv, because that's how they
ru
2002-12-04
1
-2
/
+6
*
Clarify the bit about realloc() and its `ptr' argument a bit.
keramida
2002-06-06
1
-2
/
+3
*
mdoc(7) police: nit.
ru
2002-05-29
1
-1
/
+1
*
Constify _malloc_options.
phk
2002-04-24
1
-2
/
+2
*
mdoc(7) police: kill HSBs, add missing comma.
ru
2001-12-12
1
-8
/
+13
*
Be more explicit about the fact that realloc() might return a
keramida
2001-11-24
1
-0
/
+4
*
malloc and calloc do not free memory.
dd
2001-11-05
1
-2
/
+3
*
Move to using .In instead of .Fd #include <> for include mark-up.
asmodai
2001-09-07
1
-1
/
+1
*
Markup nits: use diagnostic type lists for error and warning messages.
ru
2001-08-10
1
-21
/
+17
*
mdoc(7) police: expand plain text xrefs.
ru
2001-08-08
1
-1
/
+4
*
Remove whitespace at EOL.
dd
2001-07-15
1
-8
/
+8
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-1
/
+0
*
mdoc(7) police: mark NULL with .Dv.
ru
2001-07-04
1
-8
/
+24
*
mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS.
dd
2001-06-24
1
-6
/
+6
*
The fact that phk wrote this is not a bug!
dd
2001-06-24
1
-5
/
+2
*
Reword a sentence to make it proper English.
dd
2001-06-24
1
-1
/
+1
*
.St -ansiC -> .St -isoC
ru
2001-02-26
1
-1
/
+1
*
mmap(3) -> mmap(2).
ru
2001-02-12
1
-2
/
+2
*
.Xr to mmap.
nik
2001-02-11
1
-1
/
+2
*
mdoc(7) police: Change -filled displays (which just happen
ru
2001-02-07
1
-1
/
+1
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-2
/
+2
*
Prepare for mdoc(7)NG.
ru
2001-01-16
1
-2
/
+2
*
Prepare for mdoc(7)NG.
ru
2000-12-29
1
-0
/
+2
*
mdoc(7) police: removed history info from the .Os FreeBSD call.
ru
2000-12-14
1
-1
/
+1
*
Make it possible to override the function which writes messages to
phk
2000-11-26
1
-6
/
+14
[next]