php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fpm_shm.h File Reference

Go to the source code of this file.

Functions

voidfpm_shm_alloc (size_t size)
 
int fpm_shm_free (void *mem, size_t size)
 
size_t fpm_shm_get_size_allocated (void)
 

Function Documentation

◆ fpm_shm_alloc()

void * fpm_shm_alloc ( size_t size)

Definition at line 18 of file fpm_shm.c.

◆ fpm_shm_free()

int fpm_shm_free ( void * mem,
size_t size )

Definition at line 41 of file fpm_shm.c.

◆ fpm_shm_get_size_allocated()

size_t fpm_shm_get_size_allocated ( void )

Definition at line 63 of file fpm_shm.c.