Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_gc.c152 #define GC_DTOR_GARBAGE 0x3 /* garbage on which only the dtor should be invoked */ macro
164 ((((uintptr_t)(ptr)) & GC_BITS) == GC_DTOR_GARBAGE)
169 ((void*)(((uintptr_t)(ptr)) | GC_DTOR_GARBAGE))

Completed in 15 milliseconds