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
/
arena.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix/enhance THP integration.
Jason Evans
2017-02-28
1
-0/+1
*
Mark partially purged arena chunks as non-hugepage.
Jason Evans
2016-11-24
1
-0/+8
*
Add extent serial numbers.
Jason Evans
2016-11-15
1
-6/+9
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
1
-1/+1
*
Fix and simplify decay-based purging.
Jason Evans
2016-10-11
1
-18/+11
*
Refactor arena->decay_* into arena->decay.* (arena_decay_t).
Jason Evans
2016-10-11
1
-46/+53
*
Simplify run quantization.
Jason Evans
2016-10-06
1
-1/+1
*
Refactor runs_avail.
Jason Evans
2016-10-05
1
-4/+5
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-95/+106
*
Optimize the fast paths of calloc() and [m,d,sd]allocx().
Jason Evans
2016-05-06
1
-4/+6
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
1
-1/+4
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
1
-0/+5
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-10/+18
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-51/+56
*
Refactor/fix ph.
Jason Evans
2016-04-11
1
-16/+4
*
Constify various internal arena APIs.
Jason Evans
2016-03-23
1
-46/+76
*
Convert arena_bin_t's runs from a tree to a heap.
Jason Evans
2016-03-08
1
-14/+8
*
Use pairing heap for arena->runs_avail
Dave Watson
2016-03-08
1
-5/+24
*
Fix stats.arenas.<i>.[...] for --disable-stats case.
Jason Evans
2016-02-28
1
-1/+4
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-26
1
-10/+9
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-2/+1
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
1
-3/+5
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-2/+2
*
Refactor jemalloc_ffs*() into ffs_*().
Jason Evans
2016-02-24
1
-1/+1
*
Collapse arena_avail_tree_* into arena_run_tree_*.
Jason Evans
2016-02-24
1
-2/+1
*
Separate arena_avail trees
Dave Watson
2016-02-24
1
-6/+6
*
Use table lookup for run_quantize_{floor,ceil}().
Jason Evans
2016-02-23
1
-1/+1
*
Test run quantization.
Jason Evans
2016-02-22
1
-0/+6
*
Indentation style cleanup.
Jason Evans
2016-02-22
1
-13/+13
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
1
-3/+3
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-14/+105
*
Refactor arenas_cache tsd.
Jason Evans
2016-02-20
1
-0/+6
*
Refactor arena_malloc_hard() out of arena_malloc().
Jason Evans
2016-02-20
1
-15/+7
*
Fix arena_sdalloc() line wrapping.
Jason Evans
2016-02-20
1
-5/+8
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
1
-30/+33
*
Allow const keys for lookup
Joshua Kahn
2015-11-09
1
-2/+2
*
Resolve an unsupported special case in arena_prof_tctx_set().
Jason Evans
2015-09-15
1
-0/+31
*
Rename arena_maxclass to large_maxclass.
Jason Evans
2015-09-12
1
-2/+2
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
1
-1/+1
*
Fix pointer comparision with undefined behavior.
Jason Evans
2015-09-04
1
-2/+2
*
Optimize arena_prof_tctx_set().
Jason Evans
2015-09-02
1
-5/+18
*
Silence compiler warnings for unreachable code.
Jason Evans
2015-08-20
1
-12/+14
*
Rename index_t to szind_t to avoid an existing type on Solaris.
Jason Evans
2015-08-19
1
-19/+19
*
Don't bitshift by negative amounts.
Jason Evans
2015-08-19
1
-9/+39
*
Fix a comment.
Jason Evans
2015-08-13
1
-1/+1
*
Refactor arena_mapbits_{small,large}_set() to not preserve unzeroed.
Jason Evans
2015-08-11
1
-11/+6
*
Refactor arena_mapbits unzeroed flag management.
Jason Evans
2015-08-11
1
-14/+11
*
Arena chunk decommit cleanups and fixes.
Jason Evans
2015-08-11
1
-0/+1
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
1
-42/+74
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-12/+7
[next]