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
/
test
/
integration
/
chunk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use MALLOC_CONF rather than malloc_conf for tests.
Jason Evans
2017-02-23
1
-4/+0
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
1
-17/+18
*
Use separate arena for chunk tests.
Jason Evans
2016-05-03
1
-28/+45
*
Don't purge junk filled chunks when shrinking huge allocations
Mike Hommey
2015-08-28
1
-0/+4
*
Fix test for MinGW.
Jason Evans
2015-08-12
1
-11/+15
*
Try to decommit new chunks.
Jason Evans
2015-08-12
1
-11/+14
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
1
-18/+48
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-39/+177
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
1
-3/+3
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
1
-14/+52
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
1
-2/+3
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-13/+10
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-0/+61