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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-3/+4
*
Add hooking functionality
David Goldblatt
2017-04-07
2
-0/+8
*
Disentangle assert and util
David Goldblatt
2017-03-06
1
-3/+6
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
4
-123/+123
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
4
-35/+35
*
Update brace style.
Jason Evans
2017-01-21
7
-91/+84
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
2
-2/+0
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-10/+6
*
Refactor test extent hook code to be reusable.
Jason Evans
2017-01-07
1
-0/+264
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-13
2
-3/+12
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
1
-0/+2
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
1
-0/+4
*
Avoid blindly enabling assertions for header code when testing.
Jason Evans
2016-03-23
1
-33/+45
*
Fix Windows build issues
Dmitri Smirnov
2016-02-24
2
-4/+0
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
2
-3/+3
*
Flesh out time_*() API.
Jason Evans
2016-02-20
2
-14/+3
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
2
-37/+40
*
Add JEMALLOC_FORMAT_PRINTF().
Jason Evans
2015-07-22
1
-2/+2
*
Port mq_get() to MinGW.
Jason Evans
2015-07-21
1
-10/+9
*
Fix more MinGW build warnings.
Jason Evans
2015-07-18
1
-12/+12
*
Add timer support for Windows.
Jason Evans
2015-07-13
1
-3/+6
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
1
-0/+4
*
use CLOCK_MONOTONIC in the timer if it's available
Daniel Micay
2015-03-13
1
-0/+10
*
Style and spelling fixes.
Jason Evans
2014-12-09
3
-5/+3
*
Don't configure HAVE_SSE2.
Jason Evans
2014-10-09
1
-1/+4
*
Refactor permuted backtrace test allocation.
Jason Evans
2014-10-02
2
-0/+32
*
avoid conflict with the POSIX timer_t type
Daniel Micay
2014-09-08
1
-5/+5
*
Add a simple timer implementation for use in benchmarking.
Jason Evans
2014-09-08
2
-0/+17
*
Move platform headers and tricks from jemalloc_internal.h.in to a new jemallo...
Mike Hommey
2014-05-28
1
-0/+1
*
Use C99 varadic macros instead of GCC ones
Mike Hommey
2014-05-27
1
-192/+192
*
Fix coding sytle nits.
Jason Evans
2014-05-01
1
-1/+1
*
Fix p_test_fail()'s va_list abuse.
Jason Evans
2014-03-30
1
-13/+40
*
Remove duplicate 'static' keyword.
Jason Evans
2014-02-26
1
-1/+1
*
Fix name mangling for stress tests.
Jason Evans
2014-01-17
1
-4/+6
*
Add util unit tests, and fix discovered bugs.
Jason Evans
2014-01-07
1
-0/+83
*
Add mallctl*() unit tests.
Jason Evans
2013-12-20
1
-8/+14
*
Add quarantine unit tests.
Jason Evans
2013-12-17
1
-0/+10
*
Fix name mangling issues.
Jason Evans
2013-12-13
1
-0/+1
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
6
-13/+154
*
Fix inline-related macro issues.
Jason Evans
2013-12-10
3
-32/+8
*
Add probabability distribution utility code.
Jason Evans
2013-12-10
5
-34/+331
*
Integrate SFMT 1.3.3 into test infrastructure.
Jason Evans
2013-12-09
17
-0/+1539
*
Refactor tests.
Jason Evans
2013-12-09
1
-1/+176
*
Fix more test refactoring issues.
Jason Evans
2013-12-06
1
-0/+1
*
Fix test refactoring issues for Linux.
Jason Evans
2013-12-06
1
-2/+1
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
3
-0/+125