Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_alloc.c2376 } zend_alloc_globals; typedef
2380 # define AG(v) ZEND_TSRMG(alloc_globals_id, zend_alloc_globals *, v)
2383 static zend_alloc_globals alloc_globals;
2677 static void alloc_globals_ctor(zend_alloc_globals *alloc_globals)
2703 static void alloc_globals_dtor(zend_alloc_globals *alloc_globals)
2712 …ts_allocate_id(&alloc_globals_id, sizeof(zend_alloc_globals), (ts_allocate_ctor) alloc_globals_cto…

Completed in 21 milliseconds