Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dshared_alloc_win32.c153ZEND_ALIGNED_SIZE(sizeof(zend_smm_shared_globals)) + ZEND_ALIGNED_SIZE(sizeof(zend_shared_segment)… in zend_shared_alloc_reattach()
155 …mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, pre_size + ZEND_ALIGNED_SIZE(si… in zend_shared_alloc_reattach()
H A Dzend_shared_alloc.h174 #define ZEND_ALIGNED_SIZE(size) \ macro
H A Dzend_shared_alloc.c370 size_t block_size = ZEND_ALIGNED_SIZE(size); in zend_shared_alloc()
412 return ZEND_ALIGNED_SIZE(size); in zend_shared_memdup_size()
429 ZCG(mem) = (void*)(((char*)ZCG(mem)) + ZEND_ALIGNED_SIZE(size)); in _zend_shared_memdup()
H A Dzend_persist_calc.c32 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m)
218 ADD_SIZE(ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist_calc(op_array))); in zend_persist_op_array_calc_ex()
316 ADD_SIZE(ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist_calc(op_array))); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c143 …ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumU… in zend_hash_persist()
163 ZCG(mem) = (void*)((char*)data + ZEND_ALIGNED_SIZE(HT_USED_SIZE(ht))); in zend_hash_persist()
478 …ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, … in zend_persist_op_array_ex()
677 …ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, … in zend_persist_op_array_ex()
H A DZendAccelerator.c1675 …new_persistent_script->dynamic_members.memory_consumption = ZEND_ALIGNED_SIZE(new_persistent_scrip… in cache_script_in_shared_memory()
2368 dummy.size = ZEND_ALIGNED_SIZE( in zend_accel_inheritance_cache_add()
2373 …dummy.size += ZEND_ALIGNED_SIZE(zend_hash_num_elements(dependencies) * sizeof(zend_class_dependenc… in zend_accel_inheritance_cache_add()
2406 ZEND_ALIGNED_SIZE( in zend_accel_inheritance_cache_add()
4297 …new_persistent_script->dynamic_members.memory_consumption = ZEND_ALIGNED_SIZE(new_persistent_scrip…

Completed in 28 milliseconds