Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ malloc_init_percpu
Function
malloc_init_percpu
deps/memkind/src/jemalloc/src/jemalloc.c:1416–1419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1414
}
1415
1416
static void
1417
malloc_init_percpu(void) {
1418
opt_percpu_arena = percpu_arena_as_initialized(opt_percpu_arena);
1419
}
1420
1421
static bool
1422
malloc_init_hard_finish(void) {
Callers
1
malloc_init_hard
Function · 0.70
Calls
1
percpu_arena_as_initialized
Function · 0.70
Tested by
no test coverage detected