Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_map_ptr.h49 # define ZEND_MAP_PTR_REAL_BASE(base) \ macro
82 # define ZEND_MAP_PTR_REAL_BASE(base) \ macro
H A Dzend.c715 if (ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)) { in compiler_globals_dtor()
716 free(ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)); in compiler_globals_dtor()
1065 if (ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)) { in zend_post_startup()
1066 free(ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)); in zend_post_startup()
1124 if (ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base))) { in zend_shutdown()
1125 free(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base))); in zend_shutdown()
1215 memset(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)), 0, CG(map_ptr_last) * sizeof(void*)); in zend_activate()
1762 …ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), perealloc(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)), C… in zend_map_ptr_new()
1767 ptr = (void**)ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)) + CG(map_ptr_last); in zend_map_ptr_new()
1791 …ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), perealloc(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)), C… in zend_map_ptr_extend()
[all …]
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4360 …ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), perealloc(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)), C…
4361 memset((void **) ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)) + old_map_ptr_last, 0,

Completed in 25 milliseconds