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
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
*
Style and spelling fixes.
Jason Evans
2014-12-09
3
-5/+3
*
Fix test_stats_arenas_bins for 32-bit builds.
Yuriy Kaminskiy
2014-12-03
1
-0/+1
*
Thwart compiler optimizations.
Jason Evans
2014-10-15
1
-0/+12
*
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
*
Don't configure HAVE_SSE2.
Jason Evans
2014-10-09
1
-1/+4
*
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
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
1
-2/+3
*
Avoid purging in microbench when lazy-lock is enabled.
Jason Evans
2014-10-04
1
-0/+9
*
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
9
-43/+53
*
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 support for sized deallocation.
Daniel Micay
2014-09-09
2
-0/+77
*
Add relevant function attributes to [msn]allocx().
Jason Evans
2014-09-08
1
-17/+9
*
Thwart optimization of free(malloc(1)) in microbench.
Jason Evans
2014-09-08
1
-19/+25
*
avoid conflict with the POSIX timer_t type
Daniel Micay
2014-09-08
3
-11/+11
*
Add microbench tests.
Jason Evans
2014-09-08
1
-0/+142
*
Add a simple timer implementation for use in benchmarking.
Jason Evans
2014-09-08
3
-0/+74
*
Whitespace cleanups.
Jason Evans
2014-09-05
1
-10/+10
*
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
*
Fix thd_join on win64
Mike Hommey
2014-06-02
1
-2/+5
*
Use KQU() rather than QU() where applicable.
Jason Evans
2014-05-29
3
-1046/+1046
*
Use nallocx() rather than mallctl() to trigger initialization.
Jason Evans
2014-05-28
1
-1/+1
*
Make sure initialization occurs prior to running tests.
Jason Evans
2014-05-28
1
-1/+14
*
Fixup after 3a730df (Avoid pointer arithmetic on void*[...])
Mike Hommey
2014-05-28
1
-2/+2
*
Correctly return exit code from thd_join on Windows
Mike Hommey
2014-05-28
1
-1/+2
*
Define INFINITY when it's not defined
Mike Hommey
2014-05-28
1
-0/+6
*
Move platform headers and tricks from jemalloc_internal.h.in to a new jemallo...
Mike Hommey
2014-05-28
1
-0/+1
*
Use ULL prefix instead of LLU for unsigned long longs
Mike Hommey
2014-05-27
2
-1001/+1001
*
Avoid pointer arithmetic on void* in test/integration/rallocx.c
Mike Hommey
2014-05-27
1
-3/+5
*
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
2
-196/+196
*
Replace variable arrays in tests with VARIABLE_ARRAY
Mike Hommey
2014-05-27
2
-3/+3
*
Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c
Mike Hommey
2014-05-27
1
-0/+4
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
5
-72/+24
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-0/+61
*
Fix coding sytle nits.
Jason Evans
2014-05-01
2
-3/+3
[next]