18 Star 98 Fork 30

liexusong / php-beast

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
shm.h 140 Bytes
Copy Edit Raw Blame History
maben authored 2017-03-22 16:44 . add shm
#ifndef __SHM_H
#define __SHM_H
#include <stddef.h>
void *beast_shm_alloc(size_t size);
int beast_shm_free(void *p, size_t size);
#endif
C
1
https://gitee.com/liexusong/php-beast.git
git@gitee.com:liexusong/php-beast.git
liexusong
php-beast
php-beast
master

Search