Home
last modified time | relevance | path

Searched refs:zend_alloc_globals (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.1/Zend/
H A Dzend_alloc.c2391 } zend_alloc_globals; typedef
2396 # define AG(v) ZEND_TSRMG_FAST(alloc_globals_offset, zend_alloc_globals *, v)
2399 static zend_alloc_globals alloc_globals;
2851 static void alloc_globals_ctor(zend_alloc_globals *alloc_globals)
2890 static void alloc_globals_dtor(zend_alloc_globals *alloc_globals)
2899 …ts_allocate_fast_id(&alloc_globals_id, &alloc_globals_offset, sizeof(zend_alloc_globals), (ts_allo…
3117 return sizeof(zend_alloc_globals);

Completed in 15 milliseconds