Lines Matching refs:malloc_initialized
213 malloc_initialized(void) { in malloc_initialized() function
227 if (unlikely(!malloc_initialized()) && malloc_init_hard()) { in malloc_init()
1458 if (malloc_initialized() || (IS_INITIALIZER && malloc_init_state == in malloc_init_hard_needed()
1475 } while (!malloc_initialized()); in malloc_init_hard_needed()
1621 assert(!malloc_initialized()); in percpu_arena_as_initialized()
2233 if (unlikely(!malloc_initialized()) && unlikely(malloc_init())) { in imalloc_init_check()
2330 if (tsd_get_allocates() && unlikely(!malloc_initialized())) { in JEMALLOC_ATTR()
2570 assert(malloc_initialized() || IS_INITIALIZER); in ifree()
2609 assert(malloc_initialized() || IS_INITIALIZER); in isfree()
2671 assert(malloc_initialized() || IS_INITIALIZER); in je_realloc()
3217 assert(malloc_initialized() || IS_INITIALIZER); in je_rallocx()
3387 assert(malloc_initialized() || IS_INITIALIZER); in je_xallocx()
3452 assert(malloc_initialized() || IS_INITIALIZER); in JEMALLOC_ATTR()
3476 assert(malloc_initialized() || IS_INITIALIZER); in je_dallocx()
3535 assert(malloc_initialized() || IS_INITIALIZER); in sdallocx_default()
3713 assert(malloc_initialized() || IS_INITIALIZER); in je_malloc_usable_size()
3874 if (!malloc_initialized()) { in jemalloc_prefork()
3878 assert(malloc_initialized()); in jemalloc_prefork()
3947 if (!malloc_initialized()) { in jemalloc_postfork_parent()
3951 assert(malloc_initialized()); in jemalloc_postfork_parent()
3980 assert(malloc_initialized()); in jemalloc_postfork_child()