📄 gc-brefs.h
字号:
/* gc-brefs.h * Boehm gc wrapper functions for KaffeGC reference implementation. * * Copyright (c) 2008 * Dalibor Topic <robilad@kaffe.org> * * See the file "license.terms" for information on usage and redistribution * of this file. (GPLv2 or any later version). */#ifndef KAFFE_GC_BREFS_H#define KAFFE_GC_BREFS_Hbool BoehmGC_addRef(Collector *collector, const void* mem);bool BoehmGC_rmRef(Collector *collector, void* mem);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -