Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_alloc.c2328 } zend_alloc_globals; typedef
2332 # define AG(v) TSRMG(alloc_globals_id, zend_alloc_globals *, v)
2335 static zend_alloc_globals alloc_globals;
2565 static void alloc_globals_ctor(zend_alloc_globals *alloc_globals TSRMLS_DC) in alloc_globals_ctor()
2582 static void alloc_globals_dtor(zend_alloc_globals *alloc_globals TSRMLS_DC) in alloc_globals_dtor()
2591 …ts_allocate_id(&alloc_globals_id, sizeof(zend_alloc_globals), (ts_allocate_ctor) alloc_globals_cto… in start_memory_manager()

Completed in 12 milliseconds