Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_gc.c140 #define GC_BITS 0x3 macro
148 ((void*)(((uintptr_t)(ptr)) & ~GC_BITS))
151 ((((uintptr_t)(ptr)) & GC_BITS) == GC_ROOT)
153 ((((uintptr_t)(ptr)) & GC_BITS) == GC_UNUSED)
155 ((((uintptr_t)(ptr)) & GC_BITS) == GC_GARBAGE)
157 ((((uintptr_t)(ptr)) & GC_BITS) == GC_DTOR_GARBAGE)

Completed in 7 milliseconds