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
*
Merge branch 'dev'
3.5.0
Jason Evans
2014-01-22
136
-3802/+13957
|
\
|
*
Update ChangeLog for 3.5.0.
Jason Evans
2014-01-22
1
-1/+1
|
*
Update copyrights.
Jason Evans
2014-01-22
1
-2/+2
|
*
Test and fix malloc_printf("%%").
Jason Evans
2014-01-22
2
-7/+8
|
*
Remove __FBSDID from rb.h.
Jason Evans
2014-01-22
1
-4/+0
|
*
Subvert tail call optimization in backtrace test.
Jason Evans
2014-01-21
1
-11/+17
|
*
Fix unused variable warnings.
Jason Evans
2014-01-21
2
-7/+3
|
*
Avoid lazy-lock in a tcache-dependent test.
Jason Evans
2014-01-21
1
-14/+34
|
*
Update ChangeLog.
Jason Evans
2014-01-18
1
-0/+38
|
*
Add heap profiling tests.
Jason Evans
2014-01-17
7
-22/+290
|
*
Fix a variable prototype/definition mismatch.
Jason Evans
2014-01-17
2
-3/+7
|
*
Fix name mangling for stress tests.
Jason Evans
2014-01-17
13
-174/+164
|
*
Refactor prof_dump() to reduce contention.
Jason Evans
2014-01-16
2
-172/+278
|
*
Fix warnings and a test failure exposed on CentOS 6.3.
Jason Evans
2014-01-15
2
-4/+5
|
*
Refactor prof_lookup() by extracting prof_lookup_global().
Jason Evans
2014-01-15
1
-82/+79
|
*
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
[next]