Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ large_dalloc_finish
Function
large_dalloc_finish
deps/jemalloc/src/large.c:354–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
void
355
large_dalloc_finish(tsdn_t *tsdn, extent_t *extent) {
356
large_dalloc_finish_impl(tsdn, extent_arena_get(extent), extent);
357
}
358
359
void
360
large_dalloc(tsdn_t *tsdn, extent_t *extent) {
Callers
1
tcache_bin_flush_large
Function · 0.70
Calls
2
large_dalloc_finish_impl
Function · 0.70
extent_arena_get
Function · 0.50
Tested by
no test coverage detected