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.h.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1303/+0
*
Header refactoring: break out ql.h dependencies
David Goldblatt
2017-04-11
1
-2/+0
*
Header refactoring: break out qr.h dependencies
David Goldblatt
2017-04-11
1
-1/+0
*
Header refactoring: break out rb.h dependencies
David Goldblatt
2017-04-11
1
-4/+0
*
Header refactoring: break out ph.h dependencies
David Goldblatt
2017-04-11
1
-1/+0
*
Header refactoring: Add CPP_PROLOGUE and CPP_EPILOGUE macros
David Goldblatt
2017-04-11
1
-4/+8
*
Pass dealloc_ctx down free() fast path.
Qi Wang
2017-04-11
1
-6/+6
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
1
-1/+8
*
Add hooking functionality
David Goldblatt
2017-04-07
1
-0/+7
*
Optimizing TSD and thread cache layout.
Qi Wang
2017-04-07
1
-27/+42
*
Get rid of tcache_enabled_t as we have runtime init support.
Qi Wang
2017-04-07
1
-1/+1
*
Integrate auto tcache into TSD.
Qi Wang
2017-04-07
1
-23/+73
*
Move arena-tracking atomics in jemalloc.c to C11-style
David Goldblatt
2017-04-05
1
-4/+3
*
Store arena index rather than (arena_t *) in extent_t.
Jason Evans
2017-03-26
1
-1/+1
*
Push down iealloc() calls.
Jason Evans
2017-03-23
1
-30/+29
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-23
1
-21/+20
*
Remove extent arg from isalloc() and arena_salloc().
Jason Evans
2017-03-23
1
-16/+6
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-23
1
-21/+7
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
1
-5/+2
*
Implement per-CPU arena.
Qi Wang
2017-03-09
1
-20/+103
*
Make type abbreviations consistent: ssize_t is zd everywhere
David Goldblatt
2017-03-07
1
-2/+2
*
Disentangle assert and util
David Goldblatt
2017-03-06
1
-3/+4
*
Introduce a backport of C11 atomics
David Goldblatt
2017-03-03
1
-11/+11
*
Convert arena->stats synchronization to atomics.
Jason Evans
2017-02-16
1
-2/+2
*
Convert arena->prof_accumbytes synchronization to atomics.
Jason Evans
2017-02-16
1
-3/+4
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
1
-1/+8
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-35/+35
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-62/+62
*
Update brace style.
Jason Evans
2017-01-21
1
-95/+77
*
Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions
Mike Hommey
2017-01-18
1
-1/+0
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-25/+0
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-125/+112
*
Remove mb.h, which is unused
David Goldblatt
2017-01-11
1
-4/+0
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-0/+2
*
Refactor ctl_stats_t.
Jason Evans
2017-01-07
1
-7/+14
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-24/+29
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-27
1
-0/+7
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-13
1
-2/+11
*
Fix psz/pind edge cases.
Jason Evans
2016-11-04
1
-21/+7
*
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
1
-7/+3
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
1
-0/+4
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-4/+0
*
Fix size class overflow bugs.
Jason Evans
2016-10-03
1
-3/+19
*
Fix LG_QUANTUM definition for sparc64
Eric Le Bihan
2016-09-26
1
-1/+1
*
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
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-06
1
-4/+0
*
Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.
Jason Evans
2016-06-06
1
-4/+4
*
Better document --enable-ivsalloc.
Jason Evans
2016-06-06
1
-2/+9
[next]