Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_sigsafe.c32 const zend_mm_handlers phpdbg_handlers = { in phpdbg_set_sigsafe_mem()
/PHP-7.4/Zend/
H A Dzend_alloc.h306 } zend_mm_handlers; typedef
309 const zend_mm_handlers handlers;
314 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handlers, void *data, size_t data…
H A Dzend_alloc.c2895 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handlers, void *data, size_t data…
2902 memcpy((zend_mm_handlers*)&tmp_storage.handlers, handlers, sizeof(zend_mm_handlers));

Completed in 14 milliseconds