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

#include <mysqlnd_structs.h>

Data Fields

zend_arenaarena
 
voidcheckpoint
 
void *(* get_chunk )(MYSQLND_MEMORY_POOL *pool, size_t size)
 

Detailed Description

Definition at line 51 of file mysqlnd_structs.h.

Field Documentation

◆ arena

zend_arena* st_mysqlnd_memory_pool::arena

Definition at line 53 of file mysqlnd_structs.h.

◆ checkpoint

void* st_mysqlnd_memory_pool::checkpoint

Definition at line 54 of file mysqlnd_structs.h.

◆ get_chunk

void *(* st_mysqlnd_memory_pool::get_chunk) (MYSQLND_MEMORY_POOL *pool, size_t size)

Definition at line 56 of file mysqlnd_structs.h.


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