Searched refs:malloc_initialized (Results 1 – 5 of 5) sorted by relevance
213 malloc_initialized(void) { in malloc_initialized() function1475 } while (!malloc_initialized()); in malloc_init_hard_needed()1621 assert(!malloc_initialized()); in percpu_arena_as_initialized()2570 assert(malloc_initialized() || IS_INITIALIZER); in ifree()2609 assert(malloc_initialized() || IS_INITIALIZER); in isfree()3217 assert(malloc_initialized() || IS_INITIALIZER); in je_rallocx()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()[all …]
468 if (!malloc_initialized()) { in tsd_tcache_data_init()
2114 assert(!malloc_initialized()); in arena_choose_huge()
54 bool malloc_initialized(void);
20 #define malloc_initialized JEMALLOC_N(malloc_initialized) macro