php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_sigsafe.h File Reference
#include "zend.h"
#include "phpdbg.h"

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_heapphpdbg_original_heap_sigsafe_mem (void)
 

Macro Definition Documentation

◆ PHPDBG_SIGSAFE_MEM_SIZE

#define PHPDBG_SIGSAFE_MEM_SIZE   (ZEND_MM_CHUNK_SIZE * 2)

Definition at line 4 of file phpdbg_sigsafe.h.

Function Documentation

◆ phpdbg_active_sigsafe_mem()

bool phpdbg_active_sigsafe_mem ( void )

Definition at line 56 of file phpdbg_sigsafe.c.

◆ phpdbg_clear_sigsafe_mem()

void phpdbg_clear_sigsafe_mem ( void )

Definition at line 51 of file phpdbg_sigsafe.c.

◆ phpdbg_original_heap_sigsafe_mem()

zend_mm_heap * phpdbg_original_heap_sigsafe_mem ( void )

Definition at line 47 of file phpdbg_sigsafe.c.

◆ phpdbg_set_sigsafe_mem()

void phpdbg_set_sigsafe_mem ( char * mem)

Definition at line 30 of file phpdbg_sigsafe.c.