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
/
chunk_mmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-1/+1
*
Refactor tests.
Jason Evans
2013-12-09
1
-2/+2
*
Fix mlockall()/madvise() interaction.
Jason Evans
2012-10-09
1
-2/+10
*
Fix chunk_alloc_mmap() bugs.
Jason Evans
2012-05-09
1
-35/+10
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
1
-2/+2
*
Add support for Mingw
Mike Hommey
2012-04-22
1
-29/+79
*
Remove mmap_unaligned.
Jason Evans
2012-04-22
1
-74/+26
*
Fix a memory corruption bug in chunk_alloc_dss().
Jason Evans
2012-04-21
1
-6/+10
*
Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls
Mike Hommey
2012-04-19
1
-0/+14
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
1
-2/+5
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
1
-32/+18
*
Add alignment support to chunk_alloc().
Mike Hommey
2012-04-10
1
-18/+17
*
Remove MAP_NORESERVE support
Mike Hommey
2012-04-10
1
-27/+14
*
Implement tsd.
Jason Evans
2012-03-23
1
-22/+18
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
1
-2/+2
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-6/+3
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+239