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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
3
-3/+3
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
4
-10/+10
*
Update brace style.
Jason Evans
2017-01-21
6
-53/+38
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
6
-15/+0
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
1
-0/+7
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
1
-15/+41
*
Refactor out signed/unsigned comparisons.
Jason Evans
2016-03-15
1
-3/+2
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
1
-8/+8
*
Flesh out time_*() API.
Jason Evans
2016-02-20
1
-32/+8
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
1
-2/+2
*
Fix a compilation error.
Jason Evans
2015-07-22
1
-8/+10
*
Add JEMALLOC_FORMAT_PRINTF().
Jason Evans
2015-07-22
1
-2/+2
*
Port mq_get() to MinGW.
Jason Evans
2015-07-21
1
-0/+27
*
Add timer support for Windows.
Jason Evans
2015-07-13
1
-7/+18
*
use CLOCK_MONOTONIC in the timer if it's available
Daniel Micay
2015-03-13
1
-0/+17
*
Refactor permuted backtrace test allocation.
Jason Evans
2014-10-02
3
-0/+14
*
avoid conflict with the POSIX timer_t type
Daniel Micay
2014-09-08
1
-4/+4
*
Add a simple timer implementation for use in benchmarking.
Jason Evans
2014-09-08
1
-0/+57
*
Whitespace cleanups.
Jason Evans
2014-09-05
1
-10/+10
*
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
1
-1/+1
*
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
*
Correctly return exit code from thd_join on Windows
Mike Hommey
2014-05-28
1
-1/+2
*
Use ULL prefix instead of LLU for unsigned long longs
Mike Hommey
2014-05-27
1
-1/+1
*
Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c
Mike Hommey
2014-05-27
1
-0/+4
*
Fix coding sytle nits.
Jason Evans
2014-05-01
1
-2/+2
*
Enable big-endian mode for SFMT.
Jason Evans
2014-03-31
1
-0/+3
*
Fix p_test_fail()'s va_list abuse.
Jason Evans
2014-03-30
1
-8/+2
*
Add zero/align tests for rallocx().
Jason Evans
2013-12-15
1
-0/+2
*
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
1
-5/+7
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
3
-35/+97
*
Fix inline-related macro issues.
Jason Evans
2013-12-10
1
-19/+19
*
Add probabability distribution utility code.
Jason Evans
2013-12-10
2
-5/+2
*
Integrate SFMT 1.3.3 into test infrastructure.
Jason Evans
2013-12-09
1
-0/+717
*
Refactor tests.
Jason Evans
2013-12-09
1
-6/+74
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
2
-0/+63