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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
2
-5/+55
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
1
-14/+52
*
Remove obsolete (incorrect) assertions.
Jason Evans
2015-02-16
1
-21/+24
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
1
-2/+3
*
Add support for sized deallocation.
Daniel Micay
2014-09-09
1
-0/+57
*
Fixup after 3a730df (Avoid pointer arithmetic on void*[...])
Mike Hommey
2014-05-28
1
-2/+2
*
Avoid pointer arithmetic on void* in test/integration/rallocx.c
Mike Hommey
2014-05-27
1
-3/+5
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
2
-58/+10
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-0/+61
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-3/+14
*
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-15
3
-220/+2
*
Reduce maximum tested alignment.
Jason Evans
2014-03-30
3
-6/+4
*
Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.
Jason Evans
2014-03-28
1
-4/+4
*
Remove flawed alignment-related overflow test.
Jason Evans
2014-01-29
1
-23/+0
*
Fix/remove flawed alignment-related overflow tests.
Jason Evans
2014-01-29
3
-25/+4
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
2
-63/+0
*
Add rallocx() test of both alignment and zeroing.
Jason Evans
2013-12-16
1
-5/+17
*
Add zero/align tests for rallocx().
Jason Evans
2013-12-15
1
-1/+120
*
Implement the *allocx() API.
Jason Evans
2013-12-13
4
-2/+259
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
5
-68/+18
*
Normalize #define whitespace.
Jason Evans
2013-12-09
3
-9/+9
*
Refactor tests.
Jason Evans
2013-12-09
18
-573/+467
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
19
-0/+1097