Home
last modified time | relevance | path

Searched refs:malloc_initialized (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/jemalloc/src/
H A Djemalloc.c207 malloc_initialized(void) { in malloc_initialized() function
1271 } 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 …]
H A Dtcache.c414 if (!malloc_initialized()) { in tsd_tcache_data_init()
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h51 bool malloc_initialized(void);
H A Dprivate_namespace.h17 #define malloc_initialized JEMALLOC_N(malloc_initialized) macro