Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_gc.h43 #define GC_COLOR 0x03 macro
51 ((gc_root_buffer*)(((zend_uintptr_t)(v)) & ~GC_COLOR))
53 (v) = ((gc_root_buffer*)((((zend_uintptr_t)(v)) & GC_COLOR) | ((zend_uintptr_t)(a))))
55 (((zend_uintptr_t)(v)) & GC_COLOR)
57 (v) = ((gc_root_buffer*)((((zend_uintptr_t)(v)) & ~GC_COLOR) | (c)))
59 (v) = ((gc_root_buffer*)(((zend_uintptr_t)(v)) & ~GC_COLOR))
H A Dzend_gc.c775 #define FREE_LIST_END ((zval_gc_info*)(~(zend_uintptr_t)GC_COLOR))

Completed in 11 milliseconds