Home
last modified time | relevance | path

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

/php-src/TSRM/
H A DTSRM.h53 # define TSRM_ALIGNED_SIZE(size) \ macro
56 # define TSRM_ALIGNED_SIZE(size) \ macro
H A DTSRM.c318 tsrm_reserved_size = TSRM_ALIGNED_SIZE(size); in tsrm_reserve()
333 size = TSRM_ALIGNED_SIZE(size); in ts_allocate_fast_id()
342 *offset = TSRM_ALIGNED_SIZE(sizeof(tsrm_tls_entry)) + tsrm_reserved_pos; in ts_allocate_fast_id()
381 …(*thread_resources_ptr) = (tsrm_tls_entry *) malloc(TSRM_ALIGNED_SIZE(sizeof(tsrm_tls_entry)) + ts… in allocate_new_resource()
/php-src/main/
H A Dmain.c2737 TSRM_ALIGNED_SIZE(sizeof(zend_compiler_globals)) + in php_reserve_tsrm_memory()
2738 TSRM_ALIGNED_SIZE(sizeof(zend_executor_globals)) + in php_reserve_tsrm_memory()
2739 TSRM_ALIGNED_SIZE(sizeof(zend_php_scanner_globals)) + in php_reserve_tsrm_memory()
2740 TSRM_ALIGNED_SIZE(sizeof(zend_ini_scanner_globals)) + in php_reserve_tsrm_memory()
2741 TSRM_ALIGNED_SIZE(sizeof(virtual_cwd_globals)) + in php_reserve_tsrm_memory()
2743 TSRM_ALIGNED_SIZE(sizeof(zend_signal_globals_t)) + in php_reserve_tsrm_memory()
2745 TSRM_ALIGNED_SIZE(zend_mm_globals_size()) + in php_reserve_tsrm_memory()
2746 TSRM_ALIGNED_SIZE(zend_gc_globals_size()) + in php_reserve_tsrm_memory()
2747 TSRM_ALIGNED_SIZE(sizeof(php_core_globals)) + in php_reserve_tsrm_memory()
2748 TSRM_ALIGNED_SIZE(sizeof(sapi_globals_struct)) in php_reserve_tsrm_memory()

Completed in 21 milliseconds