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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sanity check on prof dump buffer size.
Qi Wang
2019-08-02
1
-0/+1
*
Quick fix for prof log printing
Yinan Zhang
2019-07-31
1
-2/+2
*
Limit to exact fit on Windows with retain off.
Qi Wang
2019-07-29
1
-0/+10
*
Revert "Refactor prof log"
Qi Wang
2019-07-29
2
-703/+677
*
Revert "Refactor profiling"
Qi Wang
2019-07-29
2
-1478/+1450
*
Refactor profiling
Yinan Zhang
2019-07-29
2
-1450/+1478
*
Refactor prof log
Yinan Zhang
2019-07-29
2
-677/+703
*
Add indent to individual options for confirm_conf.
Qi Wang
2019-07-26
1
-3/+4
*
Invoke arena_dalloc_promoted() properly w/o tcache.
Qi Wang
2019-07-25
1
-1/+1
*
Optimize max_active_fit in first_fit.
Qi Wang
2019-07-24
1
-4/+2
*
Track the leaked VM space via the abandoned_vm counter.
Qi Wang
2019-07-24
4
-5/+23
*
extent_dalloc instead of leak when register fails.
Qi Wang
2019-07-24
1
-6/+3
*
Avoid leaking extents / VM when split is not supported.
Qi Wang
2019-07-24
1
-0/+11
*
Implement retain on Windows.
Qi Wang
2019-07-24
2
-19/+62
*
Fix posix_memalign with input size 0.
Qi Wang
2019-07-18
1
-5/+17
*
Fix a bug in prof_dump_write
Yinan Zhang
2019-07-16
1
-1/+1
*
Fix logic in printing
Yinan Zhang
2019-07-16
1
-1/+0
*
Avoid blocking on background thread lock for stats.
Qi Wang
2019-05-22
1
-1/+7
*
Add experimental.arenas.i.pactivep.
Qi Wang
2019-05-22
1
-7/+82
*
Add confirm_conf option
Yinan Zhang
2019-05-22
3
-107/+177
*
Improve memory utilization tests
Yinan Zhang
2019-05-21
1
-4/+4
*
Fix GCC-9.1 warning with macro GET_ARG_NUMERIC
Vaibhav Jain
2019-05-21
1
-1/+1
*
Track nfills and nflushes for arenas.i.small / large.
Qi Wang
2019-05-15
4
-11/+79
*
Fix assert in free fastpath
Yinan Zhang
2019-05-15
1
-1/+1
*
Improve macro readability in malloc_conf_init
Yinan Zhang
2019-05-08
1
-22/+22
*
Remove best fit
Dave Watson
2019-05-08
1
-32/+8
*
Add max_active_fit to first_fit
Dave Watson
2019-05-08
1
-1/+10
*
Add nonfull_slabs to bin_stats_t.
Doron Roberts-Kedes
2019-04-29
3
-0/+21
*
Enforce TLS_MODEL attribute.
Qi Wang
2019-04-16
1
-3/+3
*
Safety checks: Add a redzoning feature.
David Goldblatt
2019-04-15
4
-15/+43
*
Safety checks: Indirect through a function.
David Goldblatt
2019-04-15
2
-1/+13
*
Safety checks: Expose config value via mallctl and stats.
David Goldblatt
2019-04-15
2
-0/+4
*
Move extra size checks behind a config flag.
David Goldblatt
2019-04-15
1
-9/+8
*
Separate tests for extent utilization API
Yinan Zhang
2019-04-10
1
-2/+2
*
remove compare and branch in fast path for c++ operator delete[]
mgrice
2019-04-08
2
-3/+15
*
Ensure page alignment on extent_alloc.
Qi Wang
2019-04-04
3
-6/+7
*
Add memory utilization analytics to mallctl
Yinan Zhang
2019-04-04
2
-4/+301
*
Use iallocztm instead of ialloc in prof_log functions.
Qi Wang
2019-04-02
1
-5/+8
*
Avoid check_min for opt_lg_extent_max_active_fit.
Qi Wang
2019-03-29
1
-1/+1
*
Add the missing unlock in the error path of extent_register.
Qi Wang
2019-03-29
1
-0/+1
*
Allow low values of oversize_threshold to disable the feature.
Qi Wang
2019-03-29
1
-2/+2
*
Output message before aborting on tcache size-matching check.
Qi Wang
2019-03-29
1
-0/+3
*
Eagerly purge oversized merged extents.
Qi Wang
2019-03-15
1
-0/+7
*
Fallback to 32-bit when 8-bit atomics are missing for TSD.
Qi Wang
2019-03-09
1
-6/+7
*
Stringify tls_callback linker directive
Dave Rigby
2019-02-22
1
-1/+1
*
Guard libgcc unwind init with opt_prof.
Qi Wang
2019-02-22
1
-8/+6
*
Make background_thread not dependent on libdl.
Qi Wang
2019-02-07
1
-1/+8
*
Sanity check szind on tcache flush.
Qi Wang
2019-02-01
1
-2/+40
*
Tweak the spacing for the total_wait_time per second.
Qi Wang
2019-01-28
1
-0/+1
*
Rename huge_threshold to oversize_threshold.
Qi Wang
2019-01-25
4
-14/+14
[next]