php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_sigsafe.h
Go to the documentation of this file.
1#ifndef PHPDBG_SIGSAFE_H
2#define PHPDBG_SIGSAFE_H
3
4#define PHPDBG_SIGSAFE_MEM_SIZE (ZEND_MM_CHUNK_SIZE * 2)
5
6#include "zend.h"
7
14
15#include "phpdbg.h"
16
18
19void phpdbg_set_sigsafe_mem(char *mem);
21
23
24#endif
void phpdbg_set_sigsafe_mem(char *mem)
zend_mm_heap * phpdbg_original_heap_sigsafe_mem(void)
void phpdbg_clear_sigsafe_mem(void)
bool phpdbg_active_sigsafe_mem(void)
zend_mm_heap * old_heap
struct _zend_mm_heap zend_mm_heap
Definition zend_alloc.h:244