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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Refactor overly large/complex functions.
Jason Evans
2014-01-15
2
-383/+462
|
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
10
-496/+552
|
*
Add junk/zero filling unit tests, and fix discovered bugs.
Jason Evans
2014-01-08
9
-31/+420
|
*
Add util unit tests, and fix discovered bugs.
Jason Evans
2014-01-07
5
-30/+416
|
*
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
4
-3/+789
|
*
Convert rtree from (void *) to (uint8_t) storage.
Jason Evans
2014-01-03
5
-55/+64
|
*
Add rtree unit tests.
Jason Evans
2014-01-03
6
-10/+165
|
*
Clean up code formatting.
Jason Evans
2014-01-02
1
-4/+2
|
*
Fix an uninitialized variable read in xallocx().
Jason Evans
2013-12-20
1
-0/+3
|
*
Add stats unit tests.
Jason Evans
2013-12-20
2
-1/+352
|
*
Fix a few mallctl() documentation errors.
Jason Evans
2013-12-20
2
-138/+144
|
*
Add mallctl*() unit tests.
Jason Evans
2013-12-20
4
-15/+435
|
*
Remove ENOMEM from the documented set of *mallctl() errors.
Jason Evans
2013-12-18
1
-6/+0
|
*
Add missing prototypes.
Jason Evans
2013-12-17
1
-2/+7
|
*
Add quarantine unit tests.
Jason Evans
2013-12-17
7
-15/+193
|
*
Fix a typo in a string constant.
Jason Evans
2013-12-17
1
-1/+1
|
*
Add hash (MurmurHash3) tests.
Jason Evans
2013-12-17
3
-4/+170
|
*
Add ckh unit tests.
Jason Evans
2013-12-17
2
-3/+210
|
*
Add rallocx() test of both alignment and zeroing.
Jason Evans
2013-12-16
1
-5/+17
|
*
Finish arena_prof_ctx_set() optimization.
Jason Evans
2013-12-16
1
-7/+7
|
*
Don't junk-fill reallocations unless usize changes.
Jason Evans
2013-12-16
3
-16/+4
|
*
Optimize arena_prof_ctx_set().
Jason Evans
2013-12-16
3
-78/+99
|
*
Add zero/align tests for rallocx().
Jason Evans
2013-12-15
2
-1/+122
|
*
Fix name mangling issues.
Jason Evans
2013-12-13
4
-36/+37
|
*
Implement the *allocx() API.
Jason Evans
2013-12-13
19
-270/+859
|
*
Fix a strict aliasing violation.
Jason Evans
2013-12-12
1
-2/+4
|
*
Fix a malloc_mutex dependency in mtx.
Jason Evans
2013-12-12
1
-1/+1
|
*
Fix a strict aliasing violation.
Jason Evans
2013-12-12
1
-2/+6
|
*
Streamline test output.
Jason Evans
2013-12-12
2
-13/+16
|
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
21
-131/+441
|
*
Clean up SFMT test.
Jason Evans
2013-12-10
1
-43/+40
|
*
Fix inline-related macro issues.
Jason Evans
2013-12-10
6
-65/+43
|
*
Silence some unused variable warnings.
Jason Evans
2013-12-10
1
-4/+4
|
*
Add probabability distribution utility code.
Jason Evans
2013-12-10
11
-48/+731
|
*
Integrate SFMT 1.3.3 into test infrastructure.
Jason Evans
2013-12-09
22
-1/+3876
|
*
Normalize #define whitespace.
Jason Evans
2013-12-09
16
-58/+58
|
*
Refactor tests.
Jason Evans
2013-12-09
31
-671/+843
|
*
Make jemalloc.h formatting more consistent.
Jason Evans
2013-12-07
4
-63/+66
|
*
Add test code coverage analysis.
Jason Evans
2013-12-07
7
-10/+127
|
*
Disable floating point code/linking when possible.
Jason Evans
2013-12-06
3
-5/+28
|
*
Fix more test refactoring issues.
Jason Evans
2013-12-06
8
-109/+113
|
*
Fix test refactoring issues for Linux.
Jason Evans
2013-12-06
4
-35/+34
|
*
Add tsd test.
Jason Evans
2013-12-05
4
-4/+68
|
*
Fix build target to be build_lib, as documented.
Jason Evans
2013-12-04
1
-2/+2
|
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
48
-940/+1337
|
*
Avoid deprecated sbrk(2) on OS X.
Jason Evans
2013-12-04
2
-8/+15
|
*
Remove unused variable.
Jason Evans
2013-12-02
1
-1/+0
|
*
Clean up malloc_ncpus().
Jason Evans
2013-11-30
1
-8/+1
|
*
Fix ALLOCM_ARENA(a) handling in rallocm().
Jason Evans
2013-11-26
2
-5/+7
[prev]
[next]