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
/
rallocx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-8/+8
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-7/+7
*
Update brace style.
Jason Evans
2017-01-21
1
-22/+11
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-3/+0
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-2/+2
*
Reduce NSZS, since NSIZES (was nsizes) can not be so large.
Jason Evans
2016-06-06
1
-1/+1
*
Rename huge to large.
Jason Evans
2016-06-06
1
-8/+8
*
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
-1/+83
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-5/+5
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
1
-1/+1
*
Fix huge_ralloc_no_move() to succeed more often.
Jason Evans
2015-07-25
1
-2/+3
*
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
*
Reduce maximum tested alignment.
Jason Evans
2014-03-30
1
-2/+2
*
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
1
-0/+51