Lines Matching refs:malloc_initialized
249 malloc_initialized(void) in malloc_initialized() function
285 if (unlikely(!malloc_initialized()) && malloc_init_hard()) in malloc_init()
1153 if (malloc_initialized() || (IS_INITIALIZER && malloc_init_state == in malloc_init_hard_needed()
1169 } while (!malloc_initialized()); in malloc_init_hard_needed()
1734 assert(malloc_initialized() || IS_INITIALIZER); in ifree()
1755 assert(malloc_initialized() || IS_INITIALIZER); in isfree()
1790 assert(malloc_initialized() || IS_INITIALIZER); in je_realloc()
2169 assert(malloc_initialized() || IS_INITIALIZER); in je_rallocx()
2302 assert(malloc_initialized() || IS_INITIALIZER); in je_xallocx()
2348 assert(malloc_initialized() || IS_INITIALIZER); in JEMALLOC_ATTR()
2366 assert(malloc_initialized() || IS_INITIALIZER); in je_dallocx()
2402 assert(malloc_initialized() || IS_INITIALIZER); in je_sdallocx()
2477 assert(malloc_initialized() || IS_INITIALIZER); in je_malloc_usable_size()
2529 if (!malloc_initialized()) in jemalloc_prefork()
2532 assert(malloc_initialized()); in jemalloc_prefork()
2557 if (!malloc_initialized()) in jemalloc_postfork_parent()
2560 assert(malloc_initialized()); in jemalloc_postfork_parent()
2579 assert(malloc_initialized()); in jemalloc_postfork_child()