Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_shared_alloc.c48 #define S_H(s) g_shared_alloc_handler->s macro
156 res = S_H(create_segments)(requested_size, shared_segments_p, shared_segments_count, error_in); in zend_shared_alloc_try()
167 S_H(detach_segment)((*shared_segments_p)[i]); in zend_shared_alloc_try()
258 shared_segments_array_size = ZSMMG(shared_segments_count) * S_H(segment_type_size)(); in zend_shared_alloc_startup()
276 …_shared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count), S_H(segment_type_size)(… in zend_shared_alloc_startup()
317 …shared_segments_array_size = ZSMMG(shared_segments_count) * (S_H(segment_type_size)() + sizeof(voi… in zend_shared_alloc_shutdown()
323 …_shared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count), S_H(segment_type_size)(… in zend_shared_alloc_shutdown()
327 S_H(detach_segment)(ZSMMG(shared_segments)[i]); in zend_shared_alloc_shutdown()

Completed in 7 milliseconds