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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'dev'
5.2.1
Qi Wang
2019-08-05
62
-373/+1829
|
\
|
*
Update Changelog for 5.2.1.
Qi Wang
2019-08-05
1
-0/+33
|
*
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
|
*
Workaround to address g++ unused variable warnings
Yinan Zhang
2019-07-30
1
-2/+4
|
*
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
8
-720/+677
|
*
Revert "Refactor profiling"
Qi Wang
2019-07-29
8
-1501/+1450
|
*
Refactor profiling
Yinan Zhang
2019-07-29
8
-1450/+1501
|
*
Refactor prof log
Yinan Zhang
2019-07-29
8
-677/+720
|
*
Add indent to individual options for confirm_conf.
Qi Wang
2019-07-26
1
-3/+4
|
*
Update manual for opt.retain (new default on Windows).
Qi Wang
2019-07-25
1
-11/+11
|
*
Lower nthreads in test/unit/retained on 32-bit to avoid OOM.
Qi Wang
2019-07-25
1
-0/+3
|
*
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
2
-5/+13
|
*
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
5
-5/+26
|
*
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
|
*
Enable opt.retain by default on Windows.
Qi Wang
2019-07-24
1
-0/+3
|
*
Implement retain on Windows.
Qi Wang
2019-07-24
8
-28/+110
|
*
Fix posix_memalign with input size 0.
Qi Wang
2019-07-18
2
-7/+20
|
*
Remove prof_accumbytes in arena
Yinan Zhang
2019-07-16
1
-1/+0
|
*
Fix a bug in prof_dump_write
Yinan Zhang
2019-07-16
1
-1/+1
|
*
Fix logic in printing
Yinan Zhang
2019-07-16
3
-3/+2
|
*
Reorder the configs for AppVeyor.
Qi Wang
2019-07-15
1
-8/+8
|
*
Fix redzone setting and checking
Yinan Zhang
2019-07-12
1
-2/+2
|
*
Add missing safety_check.c to MSBuild projects
frederik-h
2019-05-24
4
-4/+12
|
*
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
6
-107/+196
|
*
Improve memory utilization tests
Yinan Zhang
2019-05-21
2
-121/+200
|
*
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
7
-14/+138
|
*
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
7
-1/+42
|
*
Improve size class header
Yinan Zhang
2019-04-24
1
-8/+21
|
*
configure.ac: Add an option to disable doc
Fabrice Fontaine
2019-04-23
2
-1/+20
|
*
Fix typo derived from tcmalloc's pprof
风
2019-04-23
1
-1/+1
|
*
Enforce TLS_MODEL attribute.
Qi Wang
2019-04-16
3
-6/+10
|
*
Safety checks: Run tests by default
David Goldblatt
2019-04-15
3
-0/+27
|
*
Safety checks: Add a redzoning feature.
David Goldblatt
2019-04-15
12
-19/+230
|
*
Safety checks: Indirect through a function.
David Goldblatt
2019-04-15
4
-1/+20
|
*
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
4
-22/+40
|
*
Add an autoconf feature test for format_arg and a jemalloc-specific
zoulasc
2019-04-15
4
-1/+22
|
*
Fix incorrect macro use.
zoulasc
2019-04-15
1
-1/+1
[next]