提交 66fba7ec 编写于 作者: M Minglei Jin

meta/begin: a comment to describe the default heap option

上级 5f2b393c
......@@ -24,6 +24,7 @@ int metaBegin(SMeta *pMeta, int8_t heap) {
void (*xFree)(void *, void *) = NULL;
void *xArg = NULL;
// default heap to META_BEGIN_HEAP_NIL
if (heap == META_BEGIN_HEAP_OS) {
xMalloc = tdbDefaultMalloc;
xFree = tdbDefaultFree;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册