php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | phpdbg_signal_safe_mem |
Macros | |
#define | PHPDBG_SIGSAFE_MEM_SIZE (ZEND_MM_CHUNK_SIZE * 2) |
Functions | |
bool | phpdbg_active_sigsafe_mem (void) |
void | phpdbg_set_sigsafe_mem (char *mem) |
void | phpdbg_clear_sigsafe_mem (void) |
zend_mm_heap * | phpdbg_original_heap_sigsafe_mem (void) |
#define PHPDBG_SIGSAFE_MEM_SIZE (ZEND_MM_CHUNK_SIZE * 2) |
Definition at line 4 of file phpdbg_sigsafe.h.
bool phpdbg_active_sigsafe_mem | ( | void | ) |
Definition at line 56 of file phpdbg_sigsafe.c.
Definition at line 51 of file phpdbg_sigsafe.c.
zend_mm_heap * phpdbg_original_heap_sigsafe_mem | ( | void | ) |
Definition at line 47 of file phpdbg_sigsafe.c.
void phpdbg_set_sigsafe_mem | ( | char * | mem | ) |
Definition at line 30 of file phpdbg_sigsafe.c.