ZEND_MM_LONG_CONST 496 Zend/zend_alloc.c #define ZEND_MM_TYPE_MASK ZEND_MM_LONG_CONST(0x3) ZEND_MM_LONG_CONST 498 Zend/zend_alloc.c #define ZEND_MM_FREE_BLOCK ZEND_MM_LONG_CONST(0x0) ZEND_MM_LONG_CONST 499 Zend/zend_alloc.c #define ZEND_MM_USED_BLOCK ZEND_MM_LONG_CONST(0x1) ZEND_MM_LONG_CONST 500 Zend/zend_alloc.c #define ZEND_MM_GUARD_BLOCK ZEND_MM_LONG_CONST(0x3) ZEND_MM_LONG_CONST 745 Zend/zend_alloc.c heap->large_free_bitmap |= (ZEND_MM_LONG_CONST(1) << index); ZEND_MM_LONG_CONST 778 Zend/zend_alloc.c heap->free_bitmap |= (ZEND_MM_LONG_CONST(1) << index); ZEND_MM_LONG_CONST 812 Zend/zend_alloc.c heap->large_free_bitmap &= ~(ZEND_MM_LONG_CONST(1) << index); ZEND_MM_LONG_CONST 850 Zend/zend_alloc.c heap->free_bitmap &= ~(ZEND_MM_LONG_CONST(1) << index); ZEND_MM_LONG_CONST 1119 Zend/zend_alloc.c heap->limit = ZEND_MM_LONG_CONST(1)<<(ZEND_MM_NUM_BUCKETS-2); ZEND_MM_LONG_CONST 1834 Zend/zend_alloc.c if ((m & (ZEND_MM_LONG_CONST(1) << (ZEND_MM_NUM_BUCKETS-1))) == 0) {