Lines Matching refs:malloc_initialized
203 malloc_initialized(void) { in malloc_initialized() function
217 if (unlikely(!malloc_initialized()) && malloc_init_hard()) { in malloc_init()
1250 if (malloc_initialized() || (IS_INITIALIZER && malloc_init_state == in malloc_init_hard_needed()
1267 } while (!malloc_initialized()); in malloc_init_hard_needed()
1388 assert(!malloc_initialized()); in percpu_arena_as_initialized()
1986 if (unlikely(!malloc_initialized()) && unlikely(malloc_init())) { in imalloc()
2202 assert(malloc_initialized() || IS_INITIALIZER); in ifree()
2241 assert(malloc_initialized() || IS_INITIALIZER); in isfree()
2317 assert(malloc_initialized() || IS_INITIALIZER); in je_realloc()
2677 assert(malloc_initialized() || IS_INITIALIZER); in je_rallocx()
2841 assert(malloc_initialized() || IS_INITIALIZER); in je_xallocx()
2900 assert(malloc_initialized() || IS_INITIALIZER); in JEMALLOC_ATTR()
2924 assert(malloc_initialized() || IS_INITIALIZER); in je_dallocx()
2981 assert(malloc_initialized() || IS_INITIALIZER); in je_sdallocx()
3137 assert(malloc_initialized() || IS_INITIALIZER); in je_malloc_usable_size()
3201 if (!malloc_initialized()) { in jemalloc_prefork()
3205 assert(malloc_initialized()); in jemalloc_prefork()
3273 if (!malloc_initialized()) { in jemalloc_postfork_parent()
3277 assert(malloc_initialized()); in jemalloc_postfork_parent()
3304 assert(malloc_initialized()); in jemalloc_postfork_child()