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
/
mallocx.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
-3/+3
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-6/+6
*
Update brace style.
Jason Evans
2017-01-21
1
-24/+18
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-4/+0
*
Reduce memory requirements for regression tests.
Jason Evans
2016-10-28
1
-19/+25
*
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
1
-0/+7
*
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
1
-0/+7
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-2/+2
*
Rename huge to large.
Jason Evans
2016-06-06
1
-12/+12
*
Disable junk filling for tests that could otherwise easily OOM.
Jason Evans
2016-05-11
1
-0/+4
*
Update mallocx() OOM test to deal with smaller hugemax.
Jason Evans
2016-05-03
1
-10/+19
*
Add (size_t) casts to MALLOCX_ALIGN().
Jason Evans
2016-03-11
1
-13/+10
*
Remove invalid tests.
Jason Evans
2016-02-27
1
-9/+1
*
Cast PTRDIFF_MAX to size_t before adding 1.
Jason Evans
2016-02-26
1
-4/+4
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-0/+30
*
Make mallocx() OOM test more robust.
Jason Evans
2015-09-24
1
-3/+14
*
Add mallocx() OOM tests.
Jason Evans
2015-09-17
1
-0/+70
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
1
-5/+6
*
Remove obsolete (incorrect) assertions.
Jason Evans
2015-02-16
1
-21/+24
*
Reduce maximum tested alignment.
Jason Evans
2014-03-30
1
-2/+1
*
Fix/remove flawed alignment-related overflow tests.
Jason Evans
2014-01-29
1
-21/+0
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
1
-30/+0
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-0/+149