Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ extent_bsize_set
Function
extent_bsize_set
deps/jemalloc/include/jemalloc/internal/extent_inlines.h:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
static inline void
254
extent_bsize_set(extent_t *extent, size_t bsize) {
255
extent->e_bsize = bsize;
256
}
257
258
static inline void
259
extent_szind_set(extent_t *extent, szind_t szind) {
Callers
1
extent_binit
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected