Searched refs:TSRM_ALIGNED_SIZE (Results 1 – 3 of 3) sorted by relevance
52 # define TSRM_ALIGNED_SIZE(size) \ macro55 # define TSRM_ALIGNED_SIZE(size) \ macro
317 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()
2690 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 20 milliseconds