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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.
Jason Evans
2016-11-22
1
-2/+6
*
Style fixes.
Jason Evans
2016-11-22
1
-6/+6
*
Add pthread_atfork(3) feature test.
Jason Evans
2016-11-17
1
-0/+3
*
Update a comment.
Jason Evans
2016-11-17
1
-1/+1
*
Refactor madvise(2) configuration.
Jason Evans
2016-11-17
1
-12/+9
*
Add extent serial numbers.
Jason Evans
2016-11-15
3
-7/+84
*
Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}().
Jason Evans
2016-11-07
5
-119/+119
*
Revert "Define 64-bits atomics unconditionally"
Jason Evans
2016-11-07
1
-8/+10
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
4
-22/+139
*
Fix psz/pind edge cases.
Jason Evans
2016-11-04
3
-25/+9
*
Fix extent_alloc_cache[_locked]() to support decommitted allocation.
Jason Evans
2016-11-04
1
-2/+2
*
Update symbol mangling.
Jason Evans
2016-11-03
1
-0/+2
*
Fix long spinning in rtree_node_init
Dave Watson
2016-11-03
2
-5/+4
*
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
3
-0/+17
*
Fix/refactor zone allocator integration code.
Jason Evans
2016-11-03
1
-1/+1
*
Add an assertion in witness_owner().
Jason Evans
2016-10-31
1
-0/+3
*
Refactor witness_unlock() to fix undefined test behavior.
Jason Evans
2016-10-31
2
-11/+29
*
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
Jason Evans
2016-10-30
1
-2/+2
*
Support static linking of jemalloc with glibc
Dave Watson
2016-10-28
1
-0/+3
*
Avoid negation of unsigned numbers.
Jason Evans
2016-10-28
1
-2/+2
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
6
-33/+71
*
Make dss operations lockless.
Jason Evans
2016-10-13
4
-18/+8
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
2
-0/+55
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
5
-90/+2
*
Remove ratio-based purging.
Jason Evans
2016-10-12
3
-41/+5
*
Fix and simplify decay-based purging.
Jason Evans
2016-10-11
1
-18/+11
*
Do not advance decay epoch when time goes backwards.
Jason Evans
2016-10-11
2
-0/+4
*
Refactor arena->decay_* into arena->decay.* (arena_decay_t).
Jason Evans
2016-10-11
1
-46/+53
*
Refine nstime_update().
Jason Evans
2016-10-10
3
-3/+19
*
Fix size class overflow bugs.
Jason Evans
2016-10-03
2
-3/+21
*
Update extent hook function prototype comments.
Jason Evans
2016-09-29
1
-13/+14
*
Fix LG_QUANTUM definition for sparc64
Eric Le Bihan
2016-09-26
1
-1/+1
*
Avoid self assignment in tsd_set().
Jason Evans
2016-09-23
1
-4/+8
*
Add various mutex ownership assertions.
Jason Evans
2016-09-23
1
-0/+2
*
Fix extent_{before,last,past}() to return page-aligned results.
Jason Evans
2016-09-23
1
-4/+5
*
Protect extents_dirty access with extents_mtx.
Jason Evans
2016-09-22
3
-11/+14
*
Fix -Wundef in _MSC_VER check.
Josh Gao
2016-09-15
1
-1/+1
*
Check for __builtin_unreachable at configure time
Elliot Ronaghan
2016-07-07
2
-16/+12
*
Define 64-bits atomics unconditionally
Mike Hommey
2016-06-09
1
-10/+8
*
Fix extent_*_get to build with MSVC
Mike Hommey
2016-06-09
1
-4/+4
*
Don't use compact red-black trees with the pgi compiler
Elliot Ronaghan
2016-06-08
1
-0/+2
*
Fix potential VM map fragmentation regression.
Jason Evans
2016-06-07
1
-1/+1
*
Fix extent_alloc_dss() regressions.
Jason Evans
2016-06-06
2
-0/+2
*
Remove a stray memset(), and fix a junk filling test regression.
Jason Evans
2016-06-06
2
-0/+4
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
3
-37/+40
*
Add rtree lookup path caching.
Jason Evans
2016-06-06
4
-36/+176
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-06
6
-31/+17
*
Add a missing prof_alloc_rollback() call.
Jason Evans
2016-06-06
1
-0/+1
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
3
-5/+4
[next]