Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Djemalloc.c114 # define NO_INITIALIZER ((unsigned long)0) macro
117 static pthread_t malloc_initializer = NO_INITIALIZER;
119 # define NO_INITIALIZER false macro
122 static bool malloc_initializer = NO_INITIALIZER;
1267 if (malloc_initializer != NO_INITIALIZER && !IS_INITIALIZER) {