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
/
include
/
jemalloc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Create a const array with only a small bin to size map
Ben Maurer
2014-04-16
4
-6/+8
|
*
refactor profiling. only use a bytes till next sample variable.
Ben Maurer
2014-04-16
2
-149/+70
|
*
outline rare tcache_get codepaths
Ben Maurer
2014-04-16
2
-33/+3
*
|
Optimize Valgrind integration.
Jason Evans
2014-04-15
4
-86/+121
*
|
Remove the "opt.valgrind" mallctl.
Jason Evans
2014-04-15
2
-5/+6
*
|
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
3
-5/+2
*
|
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-15
5
-34/+0
|
/
*
Remove support for non-prof-promote heap profiling metadata.
Jason Evans
2014-04-11
5
-76/+18
*
Don't dereference chunk->arena in free() hot path
Ben Maurer
2014-04-05
2
-8/+5
*
Add private namespace mangling for huge_dss_prec_get().
Jason Evans
2014-03-31
1
-0/+1
*
Adapt hash tests to big-endian systems.
Jason Evans
2014-03-30
2
-1/+4
*
Use arena dss prec instead of default for huge allocs.
Max Wang
2014-03-28
2
-8/+10
*
Add workaround for missing 'restrict' keyword.
Jason Evans
2014-02-25
2
-0/+7
*
Avoid a compiler warning.
Jason Evans
2014-01-29
1
-1/+5
*
Remove __FBSDID from rb.h.
Jason Evans
2014-01-22
1
-4/+0
*
Add heap profiling tests.
Jason Evans
2014-01-17
2
-0/+7
*
Fix a variable prototype/definition mismatch.
Jason Evans
2014-01-17
1
-1/+6
*
Fix name mangling for stress tests.
Jason Evans
2014-01-17
9
-145/+76
*
Refactor prof_dump() to reduce contention.
Jason Evans
2014-01-16
1
-0/+5
*
Refactor overly large/complex functions.
Jason Evans
2014-01-15
1
-0/+1
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
4
-56/+76
*
Add junk/zero filling unit tests, and fix discovered bugs.
Jason Evans
2014-01-08
3
-2/+20
*
Add util unit tests, and fix discovered bugs.
Jason Evans
2014-01-07
1
-1/+2
*
Convert rtree from (void *) to (uint8_t) storage.
Jason Evans
2014-01-03
2
-19/+21
*
Add rtree unit tests.
Jason Evans
2014-01-03
2
-4/+11
*
Add missing prototypes.
Jason Evans
2013-12-17
1
-2/+7
*
Add quarantine unit tests.
Jason Evans
2013-12-17
2
-0/+8
*
Add hash (MurmurHash3) tests.
Jason Evans
2013-12-17
1
-1/+0
*
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
1
-0/+1
*
Optimize arena_prof_ctx_set().
Jason Evans
2013-12-16
2
-35/+41
*
Fix name mangling issues.
Jason Evans
2013-12-13
2
-34/+34
*
Implement the *allocx() API.
Jason Evans
2013-12-13
6
-45/+89
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
3
-6/+10
*
Fix inline-related macro issues.
Jason Evans
2013-12-10
1
-8/+10
*
Add probabability distribution utility code.
Jason Evans
2013-12-10
2
-1/+2
*
Normalize #define whitespace.
Jason Evans
2013-12-09
7
-39/+39
*
Refactor tests.
Jason Evans
2013-12-09
2
-2/+2
*
Make jemalloc.h formatting more consistent.
Jason Evans
2013-12-07
4
-63/+66
*
Add test code coverage analysis.
Jason Evans
2013-12-07
2
-2/+5
*
Disable floating point code/linking when possible.
Jason Evans
2013-12-06
1
-0/+15
*
Fix more test refactoring issues.
Jason Evans
2013-12-06
6
-109/+111
*
Fix test refactoring issues for Linux.
Jason Evans
2013-12-06
2
-31/+31
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
16
-779/+851
*
Remove unnecessary zeroing in arena_palloc().
Jason Evans
2013-10-30
1
-5/+6
*
Add support for LinuxThreads.
Leonard Crestez
2013-10-25
1
-0/+37
*
Prefer not_reached() over assert(false) where appropriate.
Jason Evans
2013-10-21
1
-6/+6
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
1
-2/+2
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
2
-25/+43
*
Fix inlining warning.
Jason Evans
2013-10-20
1
-0/+12
[prev]
[next]