ZEND_ALIGNED_SIZE 1324 ext/opcache/ZendAccelerator.c 	new_persistent_script->dynamic_members.memory_consumption = ZEND_ALIGNED_SIZE(new_persistent_script->size);
ZEND_ALIGNED_SIZE  162 ext/opcache/shared_alloc_win32.c 			pre_size = ZEND_ALIGNED_SIZE(sizeof(zend_smm_shared_globals)) + ZEND_ALIGNED_SIZE(sizeof(zend_shared_segment)) + ZEND_ALIGNED_SIZE(sizeof(void *)) + ZEND_ALIGNED_SIZE(sizeof(int));
ZEND_ALIGNED_SIZE  164 ext/opcache/shared_alloc_win32.c 			mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, pre_size + ZEND_ALIGNED_SIZE(sizeof(zend_accel_shared_globals)), NULL);
ZEND_ALIGNED_SIZE  110 ext/opcache/zend_persist.c 		ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumUsed * sizeof(Bucket))));
ZEND_ALIGNED_SIZE  671 ext/opcache/zend_persist.c 	ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, ZCG(mem))));
ZEND_ALIGNED_SIZE  688 ext/opcache/zend_persist.c 	ZCG(arena_mem) = (void*)((char*)ZCG(arena_mem) + ZEND_ALIGNED_SIZE(sizeof(zend_op_array)));
ZEND_ALIGNED_SIZE  703 ext/opcache/zend_persist.c 	ZCG(arena_mem) = (void*)((char*)ZCG(arena_mem) + ZEND_ALIGNED_SIZE(sizeof(zend_property_info)));
ZEND_ALIGNED_SIZE  727 ext/opcache/zend_persist.c 		ZCG(arena_mem) = (void*)((char*)ZCG(arena_mem) + ZEND_ALIGNED_SIZE(sizeof(zend_class_entry)));
ZEND_ALIGNED_SIZE   30 ext/opcache/zend_persist_calc.c #define ADD_SIZE(m)        ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m)
ZEND_ALIGNED_SIZE   32 ext/opcache/zend_persist_calc.c #define ADD_ARENA_SIZE(m)        ZCG(current_persistent_script)->arena_size += ZEND_ALIGNED_SIZE(m)
ZEND_ALIGNED_SIZE  260 ext/opcache/zend_persist_calc.c 	ADD_SIZE(ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist_calc(op_array)));
ZEND_ALIGNED_SIZE  308 ext/opcache/zend_shared_alloc.c 	unsigned int block_size = ZEND_ALIGNED_SIZE(size);
ZEND_ALIGNED_SIZE  343 ext/opcache/zend_shared_alloc.c 	return ZEND_ALIGNED_SIZE(size);
ZEND_ALIGNED_SIZE  355 ext/opcache/zend_shared_alloc.c 	ZCG(mem) = (void*)(((char*)ZCG(mem)) + ZEND_ALIGNED_SIZE(size));