Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A DTSRM.h58 # define TSRM_ALIGNED_SIZE(size) \ macro
61 # define TSRM_ALIGNED_SIZE(size) \ macro
H A DTSRM.c337 tsrm_reserved_size = TSRM_ALIGNED_SIZE(size); in tsrm_reserve()
352 size = TSRM_ALIGNED_SIZE(size); in ts_allocate_fast_id()
361 *offset = TSRM_ALIGNED_SIZE(sizeof(tsrm_tls_entry)) + tsrm_reserved_pos; in ts_allocate_fast_id()
396 …(*thread_resources_ptr) = (tsrm_tls_entry *) malloc(TSRM_ALIGNED_SIZE(sizeof(tsrm_tls_entry)) + ts… in allocate_new_resource()
/PHP-7.4/main/
H A Dmain.c2824 TSRM_ALIGNED_SIZE(sizeof(zend_compiler_globals)) + in php_reserve_tsrm_memory()
2825 TSRM_ALIGNED_SIZE(sizeof(zend_executor_globals)) + in php_reserve_tsrm_memory()
2826 TSRM_ALIGNED_SIZE(sizeof(zend_php_scanner_globals)) + in php_reserve_tsrm_memory()
2827 TSRM_ALIGNED_SIZE(sizeof(zend_ini_scanner_globals)) + in php_reserve_tsrm_memory()
2828 TSRM_ALIGNED_SIZE(sizeof(virtual_cwd_globals)) + in php_reserve_tsrm_memory()
2830 TSRM_ALIGNED_SIZE(sizeof(zend_signal_globals_t)) + in php_reserve_tsrm_memory()
2832 TSRM_ALIGNED_SIZE(zend_mm_globals_size()) + in php_reserve_tsrm_memory()
2833 TSRM_ALIGNED_SIZE(zend_gc_globals_size()) + in php_reserve_tsrm_memory()
2834 TSRM_ALIGNED_SIZE(sizeof(php_core_globals)) + in php_reserve_tsrm_memory()
2835 TSRM_ALIGNED_SIZE(sizeof(sapi_globals_struct)) in php_reserve_tsrm_memory()

Completed in 13 milliseconds