Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.c500 #define ZEND_MM_GUARD_BLOCK ZEND_MM_LONG_CONST(0x3) macro
509 (b)->info._size = ZEND_MM_GUARD_BLOCK | ZEND_MM_ALIGNED_HEADER_SIZE; \
515 #define ZEND_MM_IS_GUARD_BLOCK(b) (((b)->info._size & ZEND_MM_TYPE_MASK) == ZEND_MM_GUARD_BLOCK)
522 #define ZEND_MM_MARK_FIRST_BLOCK(b) ((b)->info._prev = ZEND_MM_GUARD_BLOCK)
523 #define ZEND_MM_IS_FIRST_BLOCK(b) ((b)->info._prev == ZEND_MM_GUARD_BLOCK)
1392 if (p->info._prev != ZEND_MM_GUARD_BLOCK && in zend_mm_check_ptr()

Completed in 11 milliseconds