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
6
void
*
fpm_shm_alloc
(
size_t
size
);
7
int
fpm_shm_free
(
void
*mem,
size_t
size
);
8
size_t
fpm_shm_get_size_allocated
(
void
);
9
10
#endif
size
new_type size
Definition
ffi.c:4365
fpm_shm_get_size_allocated
size_t fpm_shm_get_size_allocated(void)
Definition
fpm_shm.c:63
fpm_shm_free
int fpm_shm_free(void *mem, size_t size)
Definition
fpm_shm.c:41
fpm_shm_alloc
void * fpm_shm_alloc(size_t size)
Definition
fpm_shm.c:18
sapi
fpm
fpm
fpm_shm.h
Generated on Sat Aug 23 2025 01:46:13 for php-internal-docs by
1.13.2