Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_gc.c139 #define GC_BITS 0x3 macro
147 ((void*)(((uintptr_t)(ptr)) & ~GC_BITS))
150 ((((uintptr_t)(ptr)) & GC_BITS) == GC_ROOT)
152 ((((uintptr_t)(ptr)) & GC_BITS) == GC_UNUSED)
154 ((((uintptr_t)(ptr)) & GC_BITS) == GC_GARBAGE)
156 ((((uintptr_t)(ptr)) & GC_BITS) == GC_DTOR_GARBAGE)

Completed in 7 milliseconds