Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_gc.c142 #define GC_BITS 0x3 macro
150 ((void*)(((uintptr_t)(ptr)) & ~GC_BITS))
153 ((((uintptr_t)(ptr)) & GC_BITS) == GC_ROOT)
155 ((((uintptr_t)(ptr)) & GC_BITS) == GC_UNUSED)
157 ((((uintptr_t)(ptr)) & GC_BITS) == GC_GARBAGE)
159 ((((uintptr_t)(ptr)) & GC_BITS) == GC_DTOR_GARBAGE)

Completed in 16 milliseconds