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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
3
-14/+14
*
Remove the "opt.valgrind" mallctl.
Jason Evans
2014-04-15
1
-1/+0
*
Remove the "arenas.purge" mallctl.
Jason Evans
2014-04-15
1
-13/+0
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-4/+16
*
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-15
1
-1/+1
*
Adapt hash tests to big-endian systems.
Jason Evans
2014-03-30
1
-0/+6
*
Fix message formatting errors uncovered by p_test_fail() refactoring.
Jason Evans
2014-03-30
5
-11/+12
*
Fix p_test_fail()'s va_list abuse.
Jason Evans
2014-03-30
1
-1/+1
*
Restore tail call optimization subversion.
Jason Evans
2014-02-26
1
-7/+13
*
Fix junk filling for mremap(2)-based huge reallocation.
Jason Evans
2014-02-25
1
-3/+6
*
Break prof_accum into multiple compilation units.
Jason Evans
2014-02-25
4
-37/+36
*
Prevent inlining of backtraced test functions.
Jason Evans
2014-01-29
1
-2/+2
*
Fix mallctl argument size mismatches (size_t vs. uint64_t).
Jason Evans
2014-01-29
1
-8/+15
*
Test and fix malloc_printf("%%").
Jason Evans
2014-01-22
1
-0/+2
*
Subvert tail call optimization in backtrace test.
Jason Evans
2014-01-21
1
-11/+17
*
Fix unused variable warnings.
Jason Evans
2014-01-21
1
-3/+1
*
Avoid lazy-lock in a tcache-dependent test.
Jason Evans
2014-01-21
1
-14/+34
*
Add heap profiling tests.
Jason Evans
2014-01-17
3
-0/+223
*
Fix warnings and a test failure exposed on CentOS 6.3.
Jason Evans
2014-01-15
2
-4/+5
*
Add junk/zero filling unit tests, and fix discovered bugs.
Jason Evans
2014-01-08
3
-3/+300
*
Add util unit tests, and fix discovered bugs.
Jason Evans
2014-01-07
1
-0/+294
*
Convert assert() in test code to assert_*().
Jason Evans
2014-01-04
1
-4/+12
*
Add unit tests for qr, ql, and rb.
Jason Evans
2014-01-04
3
-0/+784
*
Convert rtree from (void *) to (uint8_t) storage.
Jason Evans
2014-01-03
1
-18/+16
*
Add rtree unit tests.
Jason Evans
2014-01-03
1
-0/+119
*
Clean up code formatting.
Jason Evans
2014-01-02
1
-4/+2
*
Add stats unit tests.
Jason Evans
2013-12-20
1
-0/+350
*
Add mallctl*() unit tests.
Jason Evans
2013-12-20
1
-0/+415
*
Add quarantine unit tests.
Jason Evans
2013-12-17
1
-0/+108
*
Fix a typo in a string constant.
Jason Evans
2013-12-17
1
-1/+1
*
Add hash (MurmurHash3) tests.
Jason Evans
2013-12-17
1
-0/+167
*
Add ckh unit tests.
Jason Evans
2013-12-17
1
-0/+206
*
Fix name mangling issues.
Jason Evans
2013-12-13
1
-2/+2
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-4/+3
*
Fix a strict aliasing violation.
Jason Evans
2013-12-12
1
-2/+4
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
3
-7/+158
*
Clean up SFMT test.
Jason Evans
2013-12-10
1
-43/+40
*
Add probabability distribution utility code.
Jason Evans
2013-12-10
1
-0/+388
*
Integrate SFMT 1.3.3 into test infrastructure.
Jason Evans
2013-12-09
1
-0/+1608
*
Normalize #define whitespace.
Jason Evans
2013-12-09
1
-2/+2
*
Refactor tests.
Jason Evans
2013-12-09
4
-60/+80
*
Add tsd test.
Jason Evans
2013-12-05
2
-0/+63
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
2
-0/+153