提交 db07abc8 编写于 作者: H hzcheng

format file

上级 52873e22
...@@ -2,21 +2,19 @@ ...@@ -2,21 +2,19 @@
#include "tsdbCache.h" #include "tsdbCache.h"
STsdbCache *tsdbCreateCache(int32_t numOfBlocks) { STsdbCache *tsdbCreateCache(int32_t numOfBlocks) {
STsdbCache *pCacheHandle = (STsdbCache *)malloc(sizeof(STsdbCache)); STsdbCache *pCacheHandle = (STsdbCache *)malloc(sizeof(STsdbCache));
if (pCacheHandle == NULL) { if (pCacheHandle == NULL) {
// TODO : deal with the error // TODO : deal with the error
return NULL; return NULL;
} }
return pCacheHandle;
return pCacheHandle;
} }
int32_t tsdbFreeCache(STsdbCache *pHandle) { return 0; } int32_t tsdbFreeCache(STsdbCache *pHandle) { return 0; }
void *tsdbAllocFromCache(STsdbCache *pCache, int64_t bytes) { void *tsdbAllocFromCache(STsdbCache *pCache, int64_t bytes) {
// TODO: implement here // TODO: implement here
return NULL; return NULL;
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册