9 Star 15 Fork 5

anolis / fio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
smalloc.h 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vincent Fu 提交于 2019-07-30 12:07 . smalloc: print debug info on oom error
#ifndef FIO_SMALLOC_H
#define FIO_SMALLOC_H
#include <stddef.h>
extern void *smalloc(size_t);
extern void *scalloc(size_t, size_t);
extern void sfree(void *);
extern char *smalloc_strdup(const char *);
extern void sinit(void);
extern void scleanup(void);
extern void smalloc_debug(size_t);
extern unsigned int smalloc_pool_size;
#endif
1
https://gitee.com/anolis/fio.git
git@gitee.com:anolis/fio.git
anolis
fio
fio
an8

搜索帮助