MCPcopy 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
253static inline void
254extent_bsize_set(extent_t *extent, size_t bsize) {
255 extent->e_bsize = bsize;
256}
257
258static inline void
259extent_szind_set(extent_t *extent, szind_t szind) {

Callers 1

extent_binitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected