Home
last modified time | relevance | path

Searched refs:zend_shared_memdup_size (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/
H A Dzend_shared_alloc.h158 int zend_shared_memdup_size(void *p, size_t size);
H A Dzend_persist_calc.c31 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m…
116 size = zend_shared_memdup_size(Z_ARR_P(z), sizeof(zend_array)); in zend_persist_zval_calc()
143 size = zend_shared_memdup_size(Z_AST_P(z), sizeof(zend_ast_ref)); in zend_persist_zval_calc()
H A Dzend_shared_alloc.c397 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size() function

Completed in 14 milliseconds