zend_shared_memdup_size 29 ext/opcache/zend_persist_calc.c #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m, s) zend_shared_memdup_size 137 ext/opcache/zend_persist_calc.c size = zend_shared_memdup_size(Z_ARR_P(z), sizeof(zend_array)); zend_shared_memdup_size 144 ext/opcache/zend_persist_calc.c size = zend_shared_memdup_size(Z_REF_P(z), sizeof(zend_reference)); zend_shared_memdup_size 151 ext/opcache/zend_persist_calc.c size = zend_shared_memdup_size(Z_AST_P(z), sizeof(zend_ast_ref)); zend_shared_memdup_size 129 ext/opcache/zend_shared_alloc.h int zend_shared_memdup_size(void *p, size_t size);