php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fpm_shm.h
Go to the documentation of this file.
1 /* (c) 2007,2008 Andrei Nigmatulin */
2
3#ifndef FPM_SHM_H
4#define FPM_SHM_H 1
5
6void *fpm_shm_alloc(size_t size);
7int fpm_shm_free(void *mem, size_t size);
9
10#endif
new_type size
Definition ffi.c:4365
size_t fpm_shm_get_size_allocated(void)
Definition fpm_shm.c:63
int fpm_shm_free(void *mem, size_t size)
Definition fpm_shm.c:41
void * fpm_shm_alloc(size_t size)
Definition fpm_shm.c:18