Searched refs:zend_alloc_globals (Results 1 – 1 of 1) sorted by relevance
2411 } zend_alloc_globals; typedef2416 # define AG(v) ZEND_TSRMG_FAST(alloc_globals_offset, zend_alloc_globals *, v)2419 static zend_alloc_globals alloc_globals;2888 static void alloc_globals_ctor(zend_alloc_globals *alloc_globals)2927 static void alloc_globals_dtor(zend_alloc_globals *alloc_globals)2936 …ts_allocate_fast_id(&alloc_globals_id, &alloc_globals_offset, sizeof(zend_alloc_globals), (ts_allo…3157 return sizeof(zend_alloc_globals);
Completed in 16 milliseconds