aboutsummaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/extent_inlines.h
Commit message (Expand)AuthorAgeFilesLines
* Fix an extent coalesce bug.Qi Wang2017-11-161-0/+5
* Use tsd offset_state instead of atomicDave Watson2017-11-141-3/+10
* Add a "dumpable" bit to the extent state.David Goldblatt2017-10-161-1/+15
* Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-311-1/+2
* Header refactoring: unify and de-catchall mutex_pool.David Goldblatt2017-05-311-1/+1
* Header refactoring: unify and de-catchall mutex moduleDavid Goldblatt2017-05-241-0/+1
* Protect the rtree/extent interactions with a mutex pool.David Goldblatt2017-05-191-0/+27
* Refactor (MALLOCX_ARENA_MAX + 1) to be MALLOCX_ARENA_LIMIT.Jason Evans2017-05-141-2/+2
* Header refactoring: pages.h - unify and remove from catchall.David Goldblatt2017-04-251-0/+1
* Header refactoring: prng module - remove from the catchall and unify.David Goldblatt2017-04-241-0/+1
* Get rid of most of the various inline macros.David Goldblatt2017-04-241-109/+51
* Prefer old/low extent_t structures during reuse.Jason Evans2017-04-171-0/+31
* Track extent structure serial number (esn) in extent_t.Jason Evans2017-04-171-2/+42
* Header refactoring: break out ql.h dependenciesDavid Goldblatt2017-04-111-0/+2
* Move arena-tracking atomics in jemalloc.c to C11-styleDavid Goldblatt2017-04-051-1/+1
* Transition e_prof_tctx in struct extent to C11 atomicsDavid Goldblatt2017-04-041-3/+3
* Move arena_slab_data_t's nfree into extent_t's e_bits.Jason Evans2017-03-271-1/+31
* Pack various extent_t fields into a bitfield.Jason Evans2017-03-251-59/+85
* Store arena index rather than (arena_t *) in extent_t.Jason Evans2017-03-251-2/+2
* Incorporate szind/slab into rtree leaves.Jason Evans2017-03-221-12/+10
* Convert extent_t's usize to szind.Jason Evans2017-03-221-42/+49
* Perform delayed coalescing prior to purging.Jason Evans2017-03-071-0/+9
* Disentangle arena and extent locking.Jason Evans2017-02-011-23/+35
* Remove extraneous parens around return arguments.Jason Evans2017-01-201-25/+25
* Update brace style.Jason Evans2017-01-201-72/+39
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-31/+0
* Break up headers into constituent partsDavid Goldblatt2017-01-121-0/+343