Home
last modified time | relevance | path

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

/PHP-8.0/TSRM/
H A DTSRM.h52 # define TSRM_ALIGNED_SIZE(size) \ macro
55 # define TSRM_ALIGNED_SIZE(size) \ macro
H A DTSRM.c317 tsrm_reserved_size = TSRM_ALIGNED_SIZE(size); in tsrm_reserve()
332 size = TSRM_ALIGNED_SIZE(size); in ts_allocate_fast_id()
341 *offset = TSRM_ALIGNED_SIZE(sizeof(tsrm_tls_entry)) + tsrm_reserved_pos; in ts_allocate_fast_id()
376 …(*thread_resources_ptr) = (tsrm_tls_entry *) malloc(TSRM_ALIGNED_SIZE(sizeof(tsrm_tls_entry)) + ts… in allocate_new_resource()
/PHP-8.0/main/
H A Dmain.c2690 TSRM_ALIGNED_SIZE(sizeof(zend_compiler_globals)) + in php_reserve_tsrm_memory()
2691 TSRM_ALIGNED_SIZE(sizeof(zend_executor_globals)) + in php_reserve_tsrm_memory()
2692 TSRM_ALIGNED_SIZE(sizeof(zend_php_scanner_globals)) + in php_reserve_tsrm_memory()
2693 TSRM_ALIGNED_SIZE(sizeof(zend_ini_scanner_globals)) + in php_reserve_tsrm_memory()
2694 TSRM_ALIGNED_SIZE(sizeof(virtual_cwd_globals)) + in php_reserve_tsrm_memory()
2696 TSRM_ALIGNED_SIZE(sizeof(zend_signal_globals_t)) + in php_reserve_tsrm_memory()
2698 TSRM_ALIGNED_SIZE(zend_mm_globals_size()) + in php_reserve_tsrm_memory()
2699 TSRM_ALIGNED_SIZE(zend_gc_globals_size()) + in php_reserve_tsrm_memory()
2700 TSRM_ALIGNED_SIZE(sizeof(php_core_globals)) + in php_reserve_tsrm_memory()
2701 TSRM_ALIGNED_SIZE(sizeof(sapi_globals_struct)) in php_reserve_tsrm_memory()

Completed in 27 milliseconds