Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.h142 #define ZEND_ALIGNED_SIZE(size) \ macro
H A Dzend_shared_alloc.c300 unsigned int block_size = ZEND_ALIGNED_SIZE(size); in zend_shared_alloc()
335 return ZEND_ALIGNED_SIZE(size); in zend_shared_memdup_size()
347 ZCG(mem) = (void*)(((char*)ZCG(mem)) + ZEND_ALIGNED_SIZE(size)); in _zend_shared_memdup()
H A Dzend_persist_calc.c31 #define ADD_SIZE(m) memory_used += ZEND_ALIGNED_SIZE(m)
H A DZendAccelerator.c1220 …new_persistent_script->dynamic_members.memory_consumption = ZEND_ALIGNED_SIZE(new_persistent_scrip… in cache_script_in_shared_memory()

Completed in 16 milliseconds