Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_smart_str.c24 #ifndef SMART_STR_PAGE
25 # define SMART_STR_PAGE 4096 macro
33 (((len + SMART_STR_OVERHEAD + SMART_STR_PAGE) & ~(SMART_STR_PAGE - 1)) - SMART_STR_OVERHEAD - 1)

Completed in 4 milliseconds