This commit is contained in:
Hongze Cheng 2021-11-09 13:42:01 +08:00
parent 4b5030dece
commit 3149de738b
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ typedef struct {
SVMemAllocator allocators[3];
} SVAllocatorPool;
int vnodeOpenAllocatorPool(SVnode *pVnode);
void vnodeCloseAllocatorPool(SVnode *pVnode);
int vnodeOpenAllocatorPool(SVnode *pVnode);
void vnodeCloseAllocatorPool(SVnode *pVnode);
#ifdef __cplusplus
}