php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_signal_safe_mem Struct Reference

#include <phpdbg_sigsafe.h>

Data Fields

char * mem
 
bool allocated
 
zend_mm_heapheap
 
zend_mm_heapold_heap
 

Detailed Description

Definition at line 8 of file phpdbg_sigsafe.h.

Field Documentation

◆ allocated

bool phpdbg_signal_safe_mem::allocated

Definition at line 10 of file phpdbg_sigsafe.h.

◆ heap

zend_mm_heap* phpdbg_signal_safe_mem::heap

Definition at line 11 of file phpdbg_sigsafe.h.

◆ mem

char* phpdbg_signal_safe_mem::mem

Definition at line 9 of file phpdbg_sigsafe.h.

◆ old_heap

zend_mm_heap* phpdbg_signal_safe_mem::old_heap

Definition at line 12 of file phpdbg_sigsafe.h.


The documentation for this struct was generated from the following file: