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

#include <sljitLir.h>

Data Fields

struct sljit_memory_fragmentnext
 
sljit_uw used_size
 
sljit_u8 memory [1]
 

Detailed Description

Definition at line 421 of file sljitLir.h.

Field Documentation

◆ memory

sljit_u8 sljit_memory_fragment::memory[1]

Definition at line 425 of file sljitLir.h.

◆ next

struct sljit_memory_fragment* sljit_memory_fragment::next

Definition at line 422 of file sljitLir.h.

◆ used_size

sljit_uw sljit_memory_fragment::used_size

Definition at line 423 of file sljitLir.h.


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