Lines Matching refs:malloc_initialized
207 malloc_initialized(void) { in malloc_initialized() function
221 if (unlikely(!malloc_initialized()) && malloc_init_hard()) { in malloc_init()
1254 if (malloc_initialized() || (IS_INITIALIZER && malloc_init_state == in malloc_init_hard_needed()
1271 } while (!malloc_initialized()); in malloc_init_hard_needed()
1392 assert(!malloc_initialized()); in percpu_arena_as_initialized()
1990 if (unlikely(!malloc_initialized()) && unlikely(malloc_init())) { in imalloc()
2206 assert(malloc_initialized() || IS_INITIALIZER); in ifree()
2245 assert(malloc_initialized() || IS_INITIALIZER); in isfree()
2321 assert(malloc_initialized() || IS_INITIALIZER); in je_realloc()
2681 assert(malloc_initialized() || IS_INITIALIZER); in je_rallocx()
2845 assert(malloc_initialized() || IS_INITIALIZER); in je_xallocx()
2904 assert(malloc_initialized() || IS_INITIALIZER); in JEMALLOC_ATTR()
2928 assert(malloc_initialized() || IS_INITIALIZER); in je_dallocx()
2985 assert(malloc_initialized() || IS_INITIALIZER); in je_sdallocx()
3141 assert(malloc_initialized() || IS_INITIALIZER); in je_malloc_usable_size()
3302 if (!malloc_initialized()) { in jemalloc_prefork()
3306 assert(malloc_initialized()); in jemalloc_prefork()
3374 if (!malloc_initialized()) { in jemalloc_postfork_parent()
3378 assert(malloc_initialized()); in jemalloc_postfork_parent()
3405 assert(malloc_initialized()); in jemalloc_postfork_child()