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
/
xallocx.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
*
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
-10/+10
*
Update brace style.
Jason Evans
2017-01-21
1
-40/+23
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-5/+0
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
1
-1/+1
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-4/+4
*
Fix regressions related extent splitting failures.
Jason Evans
2016-06-06
1
-3/+5
*
Work around legitimate xallocx() failures during testing.
Jason Evans
2016-06-06
1
-6/+12
*
Rename huge to large.
Jason Evans
2016-06-06
1
-52/+52
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-99/+4
*
Disable junk filling for tests that could otherwise easily OOM.
Jason Evans
2016-05-11
1
-0/+4
*
Don't rely on unpurged chunks in xallocx() test.
Jason Evans
2016-02-20
1
-20/+20
*
Fix intermittent xallocx() test failures.
Jason Evans
2015-10-01
1
-43/+65
*
Remove fragile xallocx() test case.
Jason Evans
2015-09-25
1
-9/+0
*
Fix xallocx(..., MALLOCX_ZERO) bugs.
Jason Evans
2015-09-24
1
-1/+118
*
Loosen expected xallocx() results.
Jason Evans
2015-09-15
1
-9/+9
*
Add more xallocx() overflow tests.
Jason Evans
2015-09-15
1
-0/+64
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
1
-1/+241
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-0/+59