Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ malloc_initialized
Function
malloc_initialized
app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
*/
201
202
bool
203
malloc_initialized(void) {
204
return (malloc_init_state == malloc_init_initialized);
205
}
206
207
JEMALLOC_ALWAYS_INLINE bool
208
malloc_init_a0(void) {
Callers
15
malloc_init
Function · 0.85
malloc_init_hard_needed
Function · 0.85
percpu_arena_as_initialized
Function · 0.85
imalloc
Function · 0.85
ifree
Function · 0.85
isfree
Function · 0.85
jemalloc.c
File · 0.85
je_xallocx
Function · 0.85
je_dallocx
Function · 0.85
je_sdallocx
Function · 0.85
je_malloc_usable_size
Function · 0.85
jemalloc_prefork
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected