mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +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
|
|
@ -276,11 +276,6 @@ large_dalloc(tsdn_t *tsdn, edata_t *edata) {
|
|||
arena_decay_tick(tsdn, arena);
|
||||
}
|
||||
|
||||
size_t
|
||||
large_salloc(tsdn_t *tsdn, const edata_t *edata) {
|
||||
return edata_usize_get(edata);
|
||||
}
|
||||
|
||||
void
|
||||
large_prof_info_get(
|
||||
tsd_t *tsd, edata_t *edata, prof_info_t *prof_info, bool reset_recent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue