index
:
Project-1CE/external_jemalloc_new
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-02-18
jemalloc: always assume overcommitting memory
Park Ju Hyung
2022-02-18
jemalloc: remove THP support
Park Ju Hyung
2022-02-18
jemalloc: disable config parsing altogether
Park Ju Hyung
2021-10-11
Update Android extension functions for jemalloc 5.2.1
Danny Lin
2021-10-11
Merge tag '5.2.1' into HEAD
Danny Lin
2019-11-08
Change je_iterate to je_malloc_iterate.
Christopher Ferris
2019-08-01
Sanity check on prof dump buffer size.
Qi Wang
2019-07-30
Quick fix for prof log printing
Yinan Zhang
2019-07-29
Limit to exact fit on Windows with retain off.
Qi Wang
2019-07-29
Revert "Refactor prof log"
Qi Wang
2019-07-29
Revert "Refactor profiling"
Qi Wang
2019-07-29
Refactor profiling
Yinan Zhang
2019-07-29
Refactor prof log
Yinan Zhang
2019-07-25
Add indent to individual options for confirm_conf.
Qi Wang
2019-07-24
Invoke arena_dalloc_promoted() properly w/o tcache.
Qi Wang
2019-07-24
Optimize max_active_fit in first_fit.
Qi Wang
2019-07-24
Track the leaked VM space via the abandoned_vm counter.
Qi Wang
2019-07-23
extent_dalloc instead of leak when register fails.
Qi Wang
2019-07-23
Avoid leaking extents / VM when split is not supported.
Qi Wang
2019-07-23
Implement retain on Windows.
Qi Wang
2019-07-18
Fix posix_memalign with input size 0.
Qi Wang
2019-07-16
Fix a bug in prof_dump_write
Yinan Zhang
2019-07-16
Fix logic in printing
Yinan Zhang
2019-05-22
Avoid blocking on background thread lock for stats.
Qi Wang
2019-05-22
Add experimental.arenas.i.pactivep.
Qi Wang
2019-05-22
Add confirm_conf option
Yinan Zhang
2019-05-21
Improve memory utilization tests
Yinan Zhang
2019-05-21
Fix GCC-9.1 warning with macro GET_ARG_NUMERIC
Vaibhav Jain
2019-05-15
Track nfills and nflushes for arenas.i.small / large.
Qi Wang
2019-05-15
Fix assert in free fastpath
Yinan Zhang
2019-05-08
Improve macro readability in malloc_conf_init
Yinan Zhang
2019-05-08
Remove best fit
Dave Watson
2019-05-08
Add max_active_fit to first_fit
Dave Watson
2019-05-02
Fix miscalculating large memory allocations.
Christopher Ferris
2019-05-01
Remove unused stats from cache structure.
Christopher Ferris
2019-04-29
Add nonfull_slabs to bin_stats_t.
Doron Roberts-Kedes
2019-04-16
Enforce TLS_MODEL attribute.
Qi Wang
2019-04-15
Safety checks: Add a redzoning feature.
David Goldblatt
2019-04-15
Safety checks: Indirect through a function.
David Goldblatt
2019-04-15
Safety checks: Expose config value via mallctl and stats.
David Goldblatt
2019-04-15
Move extra size checks behind a config flag.
David Goldblatt
2019-04-10
Separate tests for extent utilization API
Yinan Zhang
2019-04-08
remove compare and branch in fast path for c++ operator delete[]
mgrice
2019-04-04
Ensure page alignment on extent_alloc.
Qi Wang
2019-04-04
Add memory utilization analytics to mallctl
Yinan Zhang
2019-04-02
Use iallocztm instead of ialloc in prof_log functions.
Qi Wang
2019-03-29
Avoid check_min for opt_lg_extent_max_active_fit.
Qi Wang
2019-03-29
Add the missing unlock in the error path of extent_register.
Qi Wang
2019-03-29
Allow low values of oversize_threshold to disable the feature.
Qi Wang
2019-03-29
Output message before aborting on tcache size-matching check.
Qi Wang
[next]