mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-19 19:36:33 +03:00
Remove dead code: extent_commit_wrapper, large_salloc, tcache_gc_dalloc event waits
These functions had zero callers anywhere in the codebase: - extent_commit_wrapper: wrapper never called, _impl used directly - large_salloc: trivial wrapper never called - tcache_gc_dalloc_new_event_wait: no header declaration, no callers - tcache_gc_dalloc_postponed_event_wait: no header declaration, no callers
This commit is contained in:
parent
a87c518bab
commit
19bbefe136
5 changed files with 0 additions and 25 deletions
10
src/tcache.c
10
src/tcache.c
|
|
@ -111,16 +111,6 @@ tcache_gc_postponed_event_wait(tsd_t *tsd) {
|
|||
return TE_MIN_START_WAIT;
|
||||
}
|
||||
|
||||
uint64_t
|
||||
tcache_gc_dalloc_new_event_wait(tsd_t *tsd) {
|
||||
return opt_tcache_gc_incr_bytes;
|
||||
}
|
||||
|
||||
uint64_t
|
||||
tcache_gc_dalloc_postponed_event_wait(tsd_t *tsd) {
|
||||
return TE_MIN_START_WAIT;
|
||||
}
|
||||
|
||||
static inline void
|
||||
tcache_bin_fill_ctl_init(tcache_slow_t *tcache_slow, szind_t szind) {
|
||||
assert(szind < SC_NBINS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue