Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c124 # define NO_INITIALIZER ((unsigned long)0) macro
127 static pthread_t malloc_initializer = NO_INITIALIZER;
129 # define NO_INITIALIZER false macro
132 static bool malloc_initializer = NO_INITIALIZER;
1468 if (malloc_initializer != NO_INITIALIZER && !IS_INITIALIZER) { in malloc_init_hard_needed()