MCPcopy Create free account
hub / github.com/beefytech/Beef / malloc_init

Function malloc_init

BeefRT/JEMalloc/src/jemalloc.c:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296JEMALLOC_ALWAYS_INLINE bool
297malloc_init(void) {
298 if (unlikely(!malloc_initialized()) && malloc_init_hard()) {
299 return true;
300 }
301 return false;
302}
303
304/*
305 * The a0*() functions are used instead of i{d,}alloc() in situations that

Callers 5

imalloc_init_checkFunction · 0.85
je_mallctlFunction · 0.85
je_mallctlnametomibFunction · 0.85
je_mallctlbymibFunction · 0.85
jemalloc_constructorFunction · 0.85

Calls 2

malloc_initializedFunction · 0.85
malloc_init_hardFunction · 0.85

Tested by

no test coverage detected