Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ malloc_initialized
Function
malloc_initialized
deps/jemalloc/src/jemalloc.c:208–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
*/
207
208
bool
209
malloc_initialized(void) {
210
return (malloc_init_state == malloc_init_initialized);
211
}
212
213
JEMALLOC_ALWAYS_INLINE bool
214
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_init_check
Function · 0.70
JEMALLOC_ATTR
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
sdallocx_default
Function · 0.70
je_malloc_usable_size
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected