Searched refs:malloc_initialized (Results 1 – 4 of 4) sorted by relevance
207 malloc_initialized(void) { in malloc_initialized() function1271 } while (!malloc_initialized()); in malloc_init_hard_needed()1392 assert(!malloc_initialized()); in percpu_arena_as_initialized()2206 assert(malloc_initialized() || IS_INITIALIZER); in ifree()2245 assert(malloc_initialized() || IS_INITIALIZER); in isfree()2681 assert(malloc_initialized() || IS_INITIALIZER); in je_rallocx()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()[all …]
414 if (!malloc_initialized()) { in tsd_tcache_data_init()
51 bool malloc_initialized(void);
17 #define malloc_initialized JEMALLOC_N(malloc_initialized) macro