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
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
4
-16/+33
*
Fix test_stats_arenas_bins for 32-bit builds.
Yuriy Kaminskiy
2014-12-03
1
-0/+1
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
2
-10/+114
*
Don't fetch tsd in a0{d,}alloc().
Jason Evans
2014-10-11
1
-0/+1
*
Add configure options.
Jason Evans
2014-10-10
2
-1/+27
*
Avoid atexit(3) when possible, disable prof_final by default.
Jason Evans
2014-10-09
2
-3/+2
*
Use regular arena allocation for huge tree nodes.
Daniel Micay
2014-10-08
1
-7/+20
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
1
-0/+1
*
Normalize size classes.
Jason Evans
2014-10-06
2
-4/+15
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
2
-9/+35
*
Skip test_prof_thread_name_validation if !config_prof.
Jason Evans
2014-10-04
1
-0/+2
*
Implement/test/fix prof-related mallctl's.
Jason Evans
2014-10-04
3
-0/+268
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
2
-4/+3
*
Remove obsolete comment.
Jason Evans
2014-10-03
1
-6/+0
*
Test prof.reset mallctl and fix numerous discovered bugs.
Jason Evans
2014-10-03
1
-0/+238
*
Refactor permuted backtrace test allocation.
Jason Evans
2014-10-02
4
-43/+7
*
Implement compile-time bitmap size computation.
Jason Evans
2014-09-28
1
-11/+5
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
3
-25/+37
*
Add rb_empty().
Jason Evans
2014-08-20
1
-0/+3
*
Fix arena.<i>.dss mallctl to handle read-only calls.
Jason Evans
2014-08-15
1
-0/+13
*
Add atomic operations tests and fix latent bugs.
Jason Evans
2014-08-07
1
-0/+97
*
Use KQU() rather than QU() where applicable.
Jason Evans
2014-05-29
2
-1045/+1045
*
Define INFINITY when it's not defined
Mike Hommey
2014-05-28
1
-0/+6
*
Use ULL prefix instead of LLU for unsigned long longs
Mike Hommey
2014-05-27
1
-1000/+1000
*
Rename "small" local variable, because windows headers #define it
Mike Hommey
2014-05-27
1
-4/+4
*
Use C99 varadic macros instead of GCC ones
Mike Hommey
2014-05-27
1
-4/+4
*
Replace variable arrays in tests with VARIABLE_ARRAY
Mike Hommey
2014-05-27
2
-3/+3
*
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
[next]