Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_gc.c142 #define GC_UNUSED 0x1 /* part of linked list of unused buffers */ macro
152 ((((uintptr_t)(ptr)) & GC_BITS) == GC_UNUSED)
167 #define GC_IDX2LIST(idx) ((void*)(uintptr_t)(((idx) * sizeof(void*)) | GC_UNUSED))

Completed in 18 milliseconds