From b3e37bd58470ae5e2d459ce10c007a30a4484b8b Mon Sep 17 00:00:00 2001 From: yuqing Date: Fri, 22 May 2015 14:43:42 +0800 Subject: [PATCH] change comment --- src/fast_mblock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fast_mblock.h b/src/fast_mblock.h index a4ec29e..2029540 100644 --- a/src/fast_mblock.h +++ b/src/fast_mblock.h @@ -61,7 +61,7 @@ mblock init parameters: mblock: the mblock pointer element_size: element size, such as sizeof(struct xxx) - alloc_elements_once: malloc elements once, 0 for malloc 1MB once + alloc_elements_once: malloc elements once, 0 for malloc 1MB memory once return error no, 0 for success, != 0 fail */ int fast_mblock_init_ex(struct fast_mblock_man *mblock, const int element_size,