?? bget.h
字號:
/*
Interface definitions for bget.c, the memory management package.
*/
#ifdef __cplusplus
extern "C" {
#endif
typedef long bufsize;
void bpool (void *buffer, bufsize len);
void *bget (bufsize size);
void brel (void *buf);
void bstats(bufsize* curalloc, bufsize* totfree, bufsize* maxfree, long *nget, long* nrel);
#ifdef __cplusplus
}
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -