Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ malloc_init_percpu
Function
malloc_init_percpu
app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:1470–1473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1468
}
1469
1470
static void
1471
malloc_init_percpu(void) {
1472
opt_percpu_arena = percpu_arena_as_initialized(opt_percpu_arena);
1473
}
1474
1475
static bool
1476
malloc_init_hard_finish(void) {
Callers
1
malloc_init_hard
Function · 0.85
Calls
1
percpu_arena_as_initialized
Function · 0.85
Tested by
no test coverage detected