Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/
H A Dshared_alloc_win32.c155ZEND_ALIGNED_SIZE(sizeof(zend_smm_shared_globals)) + ZEND_ALIGNED_SIZE(sizeof(zend_shared_segment)… in zend_shared_alloc_reattach()
157 …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.h159 #define ZEND_ALIGNED_SIZE(size) \ macro
H A Dzend_shared_alloc.c341 unsigned int block_size = ZEND_ALIGNED_SIZE(size); in zend_shared_alloc()
377 return ZEND_ALIGNED_SIZE(size); in zend_shared_memdup_size()
394 ZCG(mem) = (void*)(((char*)ZCG(mem)) + ZEND_ALIGNED_SIZE(size)); in _zend_shared_memdup()
H A Dzend_persist_calc.c31 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m)
201 ADD_SIZE(ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist_calc(op_array))); in zend_persist_op_array_calc_ex()
299 ADD_SIZE(ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist_calc(op_array))); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c139 …ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumU… in zend_hash_persist()
159 ZCG(mem) = (void*)((char*)data + ZEND_ALIGNED_SIZE(HT_USED_SIZE(ht))); in zend_hash_persist()
479 …ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, … in zend_persist_op_array_ex()
679 …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.c1659 …new_persistent_script->dynamic_members.memory_consumption = ZEND_ALIGNED_SIZE(new_persistent_scrip… in cache_script_in_shared_memory()
2384 dummy.size = ZEND_ALIGNED_SIZE( in zend_accel_inheritance_cache_add()
2389 …dummy.size += ZEND_ALIGNED_SIZE(zend_hash_num_elements(dependencies) * sizeof(zend_class_dependenc… in zend_accel_inheritance_cache_add()
2422 ZEND_ALIGNED_SIZE( in zend_accel_inheritance_cache_add()
4326 …new_persistent_script->dynamic_members.memory_consumption = ZEND_ALIGNED_SIZE(new_persistent_scrip…

Completed in 28 milliseconds