Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_alloc.c2299 } zend_alloc_globals; typedef
2303 # define AG(v) ZEND_TSRMG(alloc_globals_id, zend_alloc_globals *, v)
2306 static zend_alloc_globals alloc_globals;
2610 static void alloc_globals_ctor(zend_alloc_globals *alloc_globals)
2636 static void alloc_globals_dtor(zend_alloc_globals *alloc_globals)
2645 …ts_allocate_id(&alloc_globals_id, sizeof(zend_alloc_globals), (ts_allocate_ctor) alloc_globals_cto…

Completed in 11 milliseconds