Searched refs:TCACHE_STATE_PURGATORY (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/src/
H A Dtcache.c293 if (tcache == TCACHE_STATE_PURGATORY) {
423 * TCACHE_STATE_PURGATORY in order to receive another callback.
425 tcache = TCACHE_STATE_PURGATORY;
427 } else if (tcache == TCACHE_STATE_PURGATORY) {
430 * to TCACHE_STATE_PURGATORY so that other destructors wouldn't
435 assert(tcache != TCACHE_STATE_PURGATORY);
437 tcache = TCACHE_STATE_PURGATORY;
/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h15 #define TCACHE_STATE_PURGATORY ((tcache_t *)(uintptr_t)3) macro
16 #define TCACHE_STATE_MAX TCACHE_STATE_PURGATORY

Completed in 82 milliseconds