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
/
include
/
jemalloc
/
internal
/
jemalloc_internal_defs.h.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not use syscall(2) on OS X 10.12 (deprecated).
Jason Evans
2016-11-03
1
-0/+3
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
1
-0/+5
*
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
Jason Evans
2016-10-30
1
-2/+2
*
Refine nstime_update().
Jason Evans
2016-10-10
1
-0/+15
*
Check for __builtin_unreachable at configure time
Elliot Ronaghan
2016-09-26
1
-0/+6
*
Modify pages_map() to support mapping uncommitted virtual memory.
Jason Evans
2016-05-06
1
-0/+9
*
Refactor jemalloc_ffs*() into ffs_*().
Jason Evans
2016-02-24
1
-1/+1
*
Fix overflow in prng_range().
Jason Evans
2016-02-21
1
-2/+6
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-0/+3
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
1
-0/+9
*
Implement cache index randomization for large allocations.
Jason Evans
2015-05-06
1
-0/+6
*
Restore --enable-ivsalloc.
Jason Evans
2015-03-19
1
-0/+6
*
Make --without-export actually work
Mike Hommey
2015-03-04
1
-0/+6
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-6/+0
*
Ignore MALLOC_CONF in set{uid,gid,cap} binaries.
Daniel Micay
2014-12-14
1
-0/+10
*
Style and spelling fixes.
Jason Evans
2014-12-09
1
-8/+6
*
Add a C11 atomics-based implementation of atomic.h API.
Chih-hung Hsieh
2014-12-07
1
-0/+3
*
Add --with-lg-tiny-min, generalize --with-lg-quantum.
Jason Evans
2014-10-11
1
-0/+3
*
Add configure options.
Jason Evans
2014-10-10
1
-2/+8
*
correctly detect adaptive mutexes in pthreads
Eric Wong
2014-09-29
1
-0/+3
*
Test for availability of malloc hooks via autoconf
Sara Golemon
2014-08-22
1
-0/+6
*
Add check for madvise(2) to configure.ac.
Richard Diamond
2014-06-03
1
-0/+5
*
Try to use __builtin_ffsl if ffsl is unavailable.
Richard Diamond
2014-06-02
1
-0/+7
*
Add size class computation capability.
Jason Evans
2014-05-29
1
-0/+5
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-7/+0
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-3/+0
*
Adapt hash tests to big-endian systems.
Jason Evans
2014-03-30
1
-0/+3
*
Add workaround for missing 'restrict' keyword.
Jason Evans
2014-02-25
1
-0/+3
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
1
-0/+4
*
Add test code coverage analysis.
Jason Evans
2013-12-07
1
-0/+3
*
Fix more test refactoring issues.
Jason Evans
2013-12-06
1
-41/+0
*
Fix test refactoring issues for Linux.
Jason Evans
2013-12-06
1
-0/+31
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
1
-0/+202