|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <phpdbg_sigsafe.h>
Data Fields | |
| char * | mem |
| bool | allocated |
| zend_mm_heap * | heap |
| zend_mm_heap * | old_heap |
Definition at line 8 of file phpdbg_sigsafe.h.
| bool phpdbg_signal_safe_mem::allocated |
Definition at line 10 of file phpdbg_sigsafe.h.
| zend_mm_heap* phpdbg_signal_safe_mem::heap |
Definition at line 11 of file phpdbg_sigsafe.h.
| char* phpdbg_signal_safe_mem::mem |
Definition at line 9 of file phpdbg_sigsafe.h.
| zend_mm_heap* phpdbg_signal_safe_mem::old_heap |
Definition at line 12 of file phpdbg_sigsafe.h.