zend_alloc_globals 2411 Zend/zend_alloc.c # define AG(v) TSRMG(alloc_globals_id, zend_alloc_globals *, v) zend_alloc_globals 2414 Zend/zend_alloc.c static zend_alloc_globals alloc_globals; zend_alloc_globals 2747 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);