Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_alloc.c2357 } zend_alloc_globals; typedef
2362 # define AG(v) ZEND_TSRMG_FAST(alloc_globals_offset, zend_alloc_globals *, v)
2365 static zend_alloc_globals alloc_globals;
2811 static void alloc_globals_ctor(zend_alloc_globals *alloc_globals)
2850 static void alloc_globals_dtor(zend_alloc_globals *alloc_globals)
2859 …ts_allocate_fast_id(&alloc_globals_id, &alloc_globals_offset, sizeof(zend_alloc_globals), (ts_allo…
3085 return sizeof(zend_alloc_globals);

Completed in 13 milliseconds