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
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Only use --whole-archive with gcc.
Jason Evans
2016-10-28
1
-2/+3
*
Use --whole-archive when linking integration tests on MinGW.
Jason Evans
2016-10-26
1
-1/+10
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
1
-0/+1
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-2/+0
*
Remove ratio-based purging.
Jason Evans
2016-10-12
1
-5/+3
*
use install command determined by configure
Thomas Köckerbauer
2016-09-26
1
-20/+21
*
Fix librt detection when using a Cray compiler wrapper
Elliot Ronaghan
2016-07-07
1
-1/+1
*
Add -dynamic for integration and stress tests with Cray compiler wrappers
Elliot Ronaghan
2016-07-07
1
-2/+3
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
1
-5/+5
*
Rename huge to large.
Jason Evans
2016-06-06
1
-1/+1
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-1/+0
*
Replace extent_tree_szad_* with extent_heap_*.
Jason Evans
2016-06-03
1
-0/+1
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-2/+0
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-4/+0
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
1
-0/+1
*
Link against librt for clock_gettime(2) if glibc < 2.17.
Jason Evans
2016-05-04
1
-4/+3
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
1
-0/+1
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
1
-1/+3
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-1/+3
*
Refactor/fix ph.
Jason Evans
2016-04-11
1
-1/+0
*
Unittest for pairing heap
Dave Watson
2016-03-08
1
-0/+1
*
Pairing heap
Dave Watson
2016-03-08
1
-0/+1
*
Test run quantization.
Jason Evans
2016-02-22
1
-0/+1
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
1
-11/+27
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-3/+8
*
Implement smoothstep table generation.
Jason Evans
2016-02-20
1
-0/+1
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
1
-3/+5
*
Implement ticker.
Jason Evans
2016-02-20
1
-2/+3
*
Flesh out time_*() API.
Jason Evans
2016-02-20
1
-1/+1
*
Add time_update().
Cameron Evans
2016-02-20
1
-2/+3
*
Expand check_integration_prof testing.
Jason Evans
2015-09-17
1
-0/+1
*
Link test to librt if it contains clock_gettime(2).
Jason Evans
2015-09-15
1
-3/+4
*
Don't run stress tests as part of check target.
Jason Evans
2015-09-15
1
-1/+1
*
Remove check_stress from check target's dependencies.
Jason Evans
2015-09-12
1
-4/+4
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-3/+4
*
Port mq_get() to MinGW.
Jason Evans
2015-07-21
1
-3/+3
*
Fix an integer overflow bug in {size2index,s2u}_compute().
Jason Evans
2015-07-10
1
-0/+1
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
1
-1/+8
*
Clean up bin/jeprof in distclean build target.
Jason Evans
2015-05-05
1
-0/+1
*
Rename pprof to jeprof.
Jason Evans
2015-05-01
1
-1/+1
*
Put VERSION file in object directory
Dan McGregor
2015-02-13
1
-1/+1
*
Build docs in object directory
Dan McGregor
2015-02-13
1
-4/+4
*
Implement the jemalloc-config script.
Jason Evans
2015-01-23
1
-1/+2
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
1
-0/+2
*
Add configure options.
Jason Evans
2014-10-10
1
-0/+1
*
Fix install_lib target (incorrect jemalloc.pc path).
Jason Evans
2014-10-04
1
-1/+1
*
Implement/test/fix prof-related mallctl's.
Jason Evans
2014-10-04
1
-0/+2
*
Refactor permuted backtrace test allocation.
Jason Evans
2014-10-02
1
-13/+7
*
Generate a pkg-config file
Nick White
2014-09-19
1
-1/+9
*
Add support for sized deallocation.
Daniel Micay
2014-09-09
1
-0/+1
[prev]
[next]