index
:
delta/jemalloc.git
dev
master
rc-4.3.1
rc-4.4.0
rc-4.5.0
rel-4.3.0
revert-1683-fix-prof-realloc
stable-3
stable-4
github.com: jemalloc/jemalloc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
jemalloc
/
internal
/
cache_bin.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some nits in cache_bin.h
Amaury Séchet
2023-05-01
1
-4
/
+4
*
Refactor the remote / cross thread cache bin stats reading
Guangli Dai
2022-09-06
1
-50
/
+50
*
Add double free detection in thread cache for debug build
Ivan Zaitsev
2022-08-04
1
-0
/
+34
*
Fix failed assertion due to racy memory access
Alex Lapenkou
2022-02-17
1
-16
/
+59
*
Rename full_position to low_bound in cache_bin.h.
Qi Wang
2021-12-29
1
-12
/
+24
*
Fix a conversion warning.
Qi Wang
2021-12-29
1
-2
/
+4
*
Add stats for stashed bytes in tcache.
Qi Wang
2021-12-29
1
-18
/
+40
*
Implement use-after-free detection using junk and stash.
Qi Wang
2021-12-29
1
-5
/
+96
*
Cache bin: Don't reverse flush order.
David Goldblatt
2021-02-04
1
-16
/
+5
*
cache_bin: Separate out local and remote accesses.
David Goldblatt
2021-01-08
1
-12
/
+42
*
Add a batch mode for cache_bin_alloc()
Yinan Zhang
2020-11-16
1
-0
/
+12
*
Slight changes to cache bin internal functions
Yinan Zhang
2020-11-16
1
-17
/
+27
*
Allow opt.tcache_max to accept small size classes.
Qi Wang
2020-10-24
1
-0
/
+11
*
Add SEC module: a small extent cache.
David Goldblatt
2020-10-23
1
-1
/
+0
*
Cache bin: expose ncached_max publicly.
David Goldblatt
2020-05-16
1
-0
/
+10
*
Tcache: treat small and large cache bins uniformly
David Goldblatt
2020-04-14
1
-5
/
+3
*
Cache bin: improve comments.
David Goldblatt
2020-03-12
1
-16
/
+79
*
Fast path: allow low-water mark changes.
David Goldblatt
2020-03-12
1
-38
/
+39
*
Cache bin: rewrite to track more state.
David Goldblatt
2020-03-12
1
-108
/
+114
*
Cache bin: Add an emptiness assertion.
David Goldblatt
2020-03-12
1
-0
/
+7
*
Cache bin: Add a debug method for init checking.
David Goldblatt
2020-03-12
1
-0
/
+7
*
Cache bin: Write the unit test in terms of the API
David Goldblatt
2020-03-12
1
-0
/
+4
*
Cache bin: set low-water internally.
David Goldblatt
2020-03-12
1
-1
/
+10
*
Cache bin: Move in initialization code.
David Goldblatt
2020-03-12
1
-1
/
+31
*
Cache-bin: Make flush modifications internal
David Goldblatt
2020-03-12
1
-1
/
+17
*
Cache bin: simplify names and argument ordering.
David Goldblatt
2020-03-12
1
-28
/
+33
*
Cache bin: Only take the relevant cache_bin_info_t
David Goldblatt
2020-03-12
1
-41
/
+30
*
cache_bin: Don't let arena see empty position.
David Goldblatt
2020-03-12
1
-0
/
+20
*
cache_bin nflush -> n.
David Goldblatt
2020-03-12
1
-4
/
+4
*
Cache bin: Make ncached_max a query on the info_t.
David Goldblatt
2020-03-12
1
-5
/
+5
*
cache_bin: Don't allow direct internals access.
David Goldblatt
2020-03-12
1
-10
/
+28
*
Cache_bin: Shouldn't know about tcache.
David Goldblatt
2020-03-12
1
-27
/
+31
*
Put szind_t, pszind_t in sz.h.
David T. Goldblatt
2020-02-18
1
-0
/
+1
*
Optimize cache_bin_alloc_easy for malloc fast path
Yinan Zhang
2019-10-21
1
-9
/
+35
*
Fix amd64 MSVC warning
Yinan Zhang
2019-10-18
1
-3
/
+4
*
Make cache_bin_sz_t unsigned.
Qi Wang
2019-09-04
1
-10
/
+6
*
Fix index type for cache_bin_alloc_easy.
Qi Wang
2019-09-04
1
-1
/
+1
*
Track low_water == -1 case explicitly.
Qi Wang
2019-08-21
1
-8
/
+7
*
Store ncached_max * ptr_size in tcache_bin_info.
Qi Wang
2019-08-19
1
-17
/
+23
*
Redesign the cache bin metadata for fast path.
Qi Wang
2019-08-19
1
-29
/
+131
*
refactor tcache_dalloc_small
Dave Watson
2018-11-12
1
-2
/
+14
*
Remove a branch from cache_bin_alloc_easy
Dave Watson
2018-10-15
1
-10
/
+15
*
Rename cache_alloc_easy to cache_bin_alloc_easy.
David T. Goldblatt
2017-12-18
1
-1
/
+1
*
Document the ialloc function abbreviations.
David Goldblatt
2017-08-16
1
-1
/
+1
*
Make arena stats collection go through cache bins.
David Goldblatt
2017-08-16
1
-1
/
+33
*
Pull out caching for a bin into its own file.
David Goldblatt
2017-08-16
1
-0
/
+82