Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c43 #define S_H(s) g_shared_alloc_handler->s macro
130 res = S_H(create_segments)(requested_size, shared_segments_p, shared_segments_count, error_in); in zend_shared_alloc_try()
141 S_H(detach_segment)((*shared_segments_p)[i]); in zend_shared_alloc_try()
213 shared_segments_array_size = ZSMMG(shared_segments_count) * S_H(segment_type_size)(); in zend_shared_alloc_startup()
229 …_shared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count), S_H(segment_type_size)(… in zend_shared_alloc_startup()
257 …shared_segments_array_size = ZSMMG(shared_segments_count) * (S_H(segment_type_size)() + sizeof(voi… in zend_shared_alloc_shutdown()
259 …_shared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count), S_H(segment_type_size)(… in zend_shared_alloc_shutdown()
263 S_H(detach_segment)(ZSMMG(shared_segments)[i]); in zend_shared_alloc_shutdown()

Completed in 5 milliseconds