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
/
include
Age
Commit message (
Expand
)
Author
2022-06-29
jemalloc: enable MADV_FREE usage
HEAD
sugisawa-mr1
Juhyung Park
2022-05-20
Revert "jemalloc: disable JEMALLOC_STATS"
Juhyung Park
2022-02-18
jemalloc: remove THP support
Park Ju Hyung
2022-02-18
jemalloc: disable JEMALLOC_STATS
Park Ju Hyung
2022-02-18
jemalloc: remove deprecated size_classes.h
Park Ju Hyung
2021-10-11
Regenerate configs for 5.2.1 update
Danny Lin
2021-10-11
Fix typo in tcache stats check
Danny Lin
2021-10-11
Merge tag '5.2.1' into HEAD
Danny Lin
2020-03-31
Only retain for 64 bit.
Christopher Ferris
2019-07-30
Workaround to address g++ unused variable warnings
Yinan Zhang
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-24
Refactor arena_dalloc() / _sdalloc().
Qi Wang
2019-07-24
Invoke arena_dalloc_promoted() properly w/o tcache.
Qi Wang
2019-07-24
Track the leaked VM space via the abandoned_vm counter.
Qi Wang
2019-07-23
Implement retain on Windows.
Qi Wang
2019-07-16
Remove prof_accumbytes in arena
Yinan Zhang
2019-07-16
Fix logic in printing
Yinan Zhang
2019-07-11
Fix redzone setting and checking
Yinan Zhang
2019-05-22
Add confirm_conf option
Yinan Zhang
2019-05-15
Track nfills and nflushes for arenas.i.small / large.
Qi Wang
2019-04-30
Remove unused stats from cache structure.
Christopher Ferris
2019-04-29
Add nonfull_slabs to bin_stats_t.
Doron Roberts-Kedes
2019-04-24
Improve size class header
Yinan Zhang
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
Move extra size checks behind a config flag.
David Goldblatt
2019-04-15
Add an autoconf feature test for format_arg and a jemalloc-specific
zoulasc
2019-04-15
Fix incorrect macro use.
zoulasc
2019-04-15
Convert the format generator function to an annotated format function,
zoulasc
2019-04-08
remove compare and branch in fast path for c++ operator delete[]
mgrice
2019-04-04
Add memory utilization analytics to mallctl
Yinan Zhang
2019-03-14
Eagerly purge oversized merged extents.
Qi Wang
2019-03-14
Remove some unused comments.
Qi Wang
2019-03-09
Fallback to 32-bit when 8-bit atomics are missing for TSD.
Qi Wang
2019-03-09
Detect if 8-bit atomics are available.
Qi Wang
2019-03-09
Do not use #pragma GCC diagnostic with gcc < 4.6.
Jason Evans
2019-02-22
Remove JE_FORCE_SYNC_COMPARE_AND_SWAP_[48].
Jason Evans
2019-02-20
Avoid redefining tsd_t.
Jason Evans
2019-02-14
Don't compile background thread support.
Dan Albert
2019-02-04
Disable muzzy decay by default.
Qi Wang
2019-02-01
Sanity check szind on tcache flush.
Qi Wang
2019-01-25
Rename huge_threshold to oversize_threshold.
Qi Wang
2019-01-24
Set huge_threshold to 8M by default.
Qi Wang
2019-01-15
Avoid creating bg thds for huge arena lone.
Qi Wang
2019-01-11
Avoid potential issues on extent zero-out.
Qi Wang
2019-01-08
implement malloc_getcpu for windows
Leonardo Santagada
[next]