zend_alloc_globals 2320 Zend/zend_alloc.c # define AG(v) ZEND_TSRMG(alloc_globals_id, zend_alloc_globals *, v) zend_alloc_globals 2323 Zend/zend_alloc.c static zend_alloc_globals alloc_globals; zend_alloc_globals 2640 Zend/zend_alloc.c static void alloc_globals_ctor(zend_alloc_globals *alloc_globals) zend_alloc_globals 2666 Zend/zend_alloc.c static void alloc_globals_dtor(zend_alloc_globals *alloc_globals) zend_alloc_globals 2675 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);