zend_alloc_globals 2264 Zend/zend_alloc.c # define AG(v) TSRMG(alloc_globals_id, zend_alloc_globals *, v)
zend_alloc_globals 2267 Zend/zend_alloc.c static zend_alloc_globals alloc_globals;
zend_alloc_globals 2501 Zend/zend_alloc.c 	ts_allocate_id(&alloc_globals_id, sizeof(zend_alloc_globals), (ts_allocate_ctor) alloc_globals_ctor, (ts_allocate_dtor) alloc_globals_dtor);