Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_gc.c147 #define GC_BITS 0x3 macro
155 ((void*)(((uintptr_t)(ptr)) & ~GC_BITS))
158 ((((uintptr_t)(ptr)) & GC_BITS) == GC_ROOT)
160 ((((uintptr_t)(ptr)) & GC_BITS) == GC_UNUSED)
162 ((((uintptr_t)(ptr)) & GC_BITS) == GC_GARBAGE)
164 ((((uintptr_t)(ptr)) & GC_BITS) == GC_DTOR_GARBAGE)

Completed in 10 milliseconds