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