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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround to address g++ unused variable warnings
Yinan Zhang
2019-07-30
1
-2/+4
*
Revert "Refactor prof log"
Qi Wang
2019-07-29
1
-8/+0
*
Revert "Refactor profiling"
Qi Wang
2019-07-29
1
-14/+0
*
Refactor profiling
Yinan Zhang
2019-07-29
1
-0/+14
*
Refactor prof log
Yinan Zhang
2019-07-29
1
-0/+8
*
Refactor arena_dalloc() / _sdalloc().
Qi Wang
2019-07-25
1
-24/+18
*
Invoke arena_dalloc_promoted() properly w/o tcache.
Qi Wang
2019-07-25
1
-4/+12
*
Track the leaked VM space via the abandoned_vm counter.
Qi Wang
2019-07-24
1
-0/+3
*
Implement retain on Windows.
Qi Wang
2019-07-24
3
-2/+35
*
Remove prof_accumbytes in arena
Yinan Zhang
2019-07-16
1
-1/+0
*
Fix logic in printing
Yinan Zhang
2019-07-16
1
-1/+1
*
Fix redzone setting and checking
Yinan Zhang
2019-07-12
1
-2/+2
*
Add confirm_conf option
Yinan Zhang
2019-05-22
1
-0/+1
*
Track nfills and nflushes for arenas.i.small / large.
Qi Wang
2019-05-15
2
-3/+15
*
Add nonfull_slabs to bin_stats_t.
Doron Roberts-Kedes
2019-04-29
2
-0/+4
*
Improve size class header
Yinan Zhang
2019-04-24
1
-8/+21
*
Enforce TLS_MODEL attribute.
Qi Wang
2019-04-16
2
-3/+7
*
Safety checks: Add a redzoning feature.
David Goldblatt
2019-04-15
5
-4/+25
*
Safety checks: Indirect through a function.
David Goldblatt
2019-04-15
1
-0/+6
*
Move extra size checks behind a config flag.
David Goldblatt
2019-04-15
2
-2/+21
*
Add an autoconf feature test for format_arg and a jemalloc-specific
zoulasc
2019-04-15
3
-1/+10
*
Fix incorrect macro use.
zoulasc
2019-04-15
1
-1/+1
*
Convert the format generator function to an annotated format function,
zoulasc
2019-04-15
1
-15/+18
*
remove compare and branch in fast path for c++ operator delete[]
mgrice
2019-04-08
1
-0/+1
*
Add memory utilization analytics to mallctl
Yinan Zhang
2019-04-04
3
-0/+30
*
Eagerly purge oversized merged extents.
Qi Wang
2019-03-15
1
-0/+20
*
Remove some unused comments.
Qi Wang
2019-03-15
1
-3/+0
*
Fallback to 32-bit when 8-bit atomics are missing for TSD.
Qi Wang
2019-03-09
1
-2/+17
*
Detect if 8-bit atomics are available.
Qi Wang
2019-03-09
2
-0/+14
*
Do not use #pragma GCC diagnostic with gcc < 4.6.
Jason Evans
2019-03-09
1
-10/+12
*
Remove JE_FORCE_SYNC_COMPARE_AND_SWAP_[48].
Jason Evans
2019-02-22
1
-16/+0
*
Avoid redefining tsd_t.
Jason Evans
2019-02-21
1
-1/+1
*
Disable muzzy decay by default.
Qi Wang
2019-02-04
1
-1/+1
*
Sanity check szind on tcache flush.
Qi Wang
2019-02-01
1
-0/+3
*
Rename huge_threshold to oversize_threshold.
Qi Wang
2019-01-25
3
-6/+6
*
Set huge_threshold to 8M by default.
Qi Wang
2019-01-24
1
-1/+1
*
Avoid creating bg thds for huge arena lone.
Qi Wang
2019-01-16
1
-0/+1
*
Avoid potential issues on extent zero-out.
Qi Wang
2019-01-12
1
-0/+5
*
implement malloc_getcpu for windows
Leonardo Santagada
2019-01-08
2
-2/+4
*
Only read arena index from extent on the tcache flush path.
Qi Wang
2018-12-18
1
-9/+10
*
Add rate counters to stats
Alexander Zinoviev
2018-12-18
2
-8/+19
*
Store the bin shard selection in TSD.
Qi Wang
2018-12-04
3
-5/+21
*
Add opt.bin_shards to specify number of bin shards.
Qi Wang
2018-12-04
2
-9/+5
*
Add support for sharded bins within an arena.
Qi Wang
2018-12-04
7
-7/+87
*
mutex: fix trylock spin wait contention
Dave Watson
2018-11-28
1
-6/+15
*
Set the default number of background threads to 4.
Qi Wang
2018-11-16
1
-0/+1
*
Deprecate OSSpinLock.
Qi Wang
2018-11-14
3
-17/+1
*
Add a fastpath for arena_slab_reg_alloc_batch
Dave Watson
2018-11-14
2
-0/+25
*
add extent_nfree_sub
Dave Watson
2018-11-14
1
-0/+6
*
Fix tcache_flush (follow up cd2931a).
Qi Wang
2018-11-13
2
-0/+6
[next]