index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pages.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-1/+1
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-18/+18
*
Update brace style.
Jason Evans
2017-01-21
1
-42/+43
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-9/+0
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-27
1
-21/+22
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-27
1
-1/+30
*
Add --disable-syscall.
Jason Evans
2016-12-04
1
-3/+3
*
Refactor madvise(2) configuration.
Jason Evans
2016-11-17
1
-5/+5
*
Do not use syscall(2) on OS X 10.12 (deprecated).
Jason Evans
2016-11-03
1
-3/+3
*
Use syscall(2) rather than {open,read,close}(2) during boot.
Jason Evans
2016-10-30
1
-0/+19
*
Close file descriptor after reading "/proc/sys/vm/overcommit_memory".
Jason Evans
2016-09-26
1
-0/+1
*
Modify pages_map() to support mapping uncommitted virtual memory.
Jason Evans
2016-05-06
1
-18/+98
*
Try to decommit new chunks.
Jason Evans
2015-08-12
1
-1/+7
*
Refactor arena_mapbits_{small,large}_set() to not preserve unzeroed.
Jason Evans
2015-08-11
1
-1/+1
*
Refactor arena_mapbits unzeroed flag management.
Jason Evans
2015-08-11
1
-1/+1
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-0/+167