Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.c2597 } zend_alloc_globals; typedef
2602 # define AG(v) ZEND_TSRMG_FAST(alloc_globals_offset, zend_alloc_globals *, v)
2605 static zend_alloc_globals alloc_globals;
3052 static void alloc_globals_ctor(zend_alloc_globals *alloc_globals)
3091 static void alloc_globals_dtor(zend_alloc_globals *alloc_globals)
3100 …ts_allocate_fast_id(&alloc_globals_id, &alloc_globals_offset, sizeof(zend_alloc_globals), (ts_allo…
3312 return sizeof(zend_alloc_globals);

Completed in 13 milliseconds