Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.c496 #define ZEND_MM_TYPE_MASK ZEND_MM_LONG_CONST(0x3) macro
512 #define ZEND_MM_BLOCK_SIZE(b) ((b)->info._size & ~ZEND_MM_TYPE_MASK)
515 #define ZEND_MM_IS_GUARD_BLOCK(b) (((b)->info._size & ZEND_MM_TYPE_MASK) == ZEND_MM_GUARD_BLOCK)
518 #define ZEND_MM_PREV_BLOCK(b) ZEND_MM_BLOCK_AT(b, -(ssize_t)((b)->info._prev & ~ZEND_MM_TYPE_MASK

Completed in 14 milliseconds