Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c213 malloc_initialized(void) { in malloc_initialized() function
227 if (unlikely(!malloc_initialized()) && malloc_init_hard()) { in malloc_init()
1458 if (malloc_initialized() || (IS_INITIALIZER && malloc_init_state == in malloc_init_hard_needed()
1475 } while (!malloc_initialized()); in malloc_init_hard_needed()
1621 assert(!malloc_initialized()); in percpu_arena_as_initialized()
2233 if (unlikely(!malloc_initialized()) && unlikely(malloc_init())) { in imalloc_init_check()
2330 if (tsd_get_allocates() && unlikely(!malloc_initialized())) { in JEMALLOC_ATTR()
2570 assert(malloc_initialized() || IS_INITIALIZER); in ifree()
2609 assert(malloc_initialized() || IS_INITIALIZER); in isfree()
2671 assert(malloc_initialized() || IS_INITIALIZER); in je_realloc()
[all …]
H A Dtcache.c468 if (!malloc_initialized()) { in tsd_tcache_data_init()
H A Darena.c2114 assert(!malloc_initialized()); in arena_choose_huge()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h54 bool malloc_initialized(void);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h20 #define malloc_initialized JEMALLOC_N(malloc_initialized) macro