Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.c491 # define ZEND_MM_LONG_CONST(x) (x##i64) macro
493 # define ZEND_MM_LONG_CONST(x) (x##L) macro
496 #define ZEND_MM_TYPE_MASK ZEND_MM_LONG_CONST(0x3)
498 #define ZEND_MM_FREE_BLOCK ZEND_MM_LONG_CONST(0x0)
499 #define ZEND_MM_USED_BLOCK ZEND_MM_LONG_CONST(0x1)
500 #define ZEND_MM_GUARD_BLOCK ZEND_MM_LONG_CONST(0x3)
745 heap->large_free_bitmap |= (ZEND_MM_LONG_CONST(1) << index); in zend_mm_add_to_free_list()
778 heap->free_bitmap |= (ZEND_MM_LONG_CONST(1) << index); in zend_mm_add_to_free_list()
812 heap->large_free_bitmap &= ~(ZEND_MM_LONG_CONST(1) << index); in zend_mm_remove_from_free_list()
850 heap->free_bitmap &= ~(ZEND_MM_LONG_CONST(1) << index); in zend_mm_remove_from_free_list()
[all …]

Completed in 23 milliseconds