change comment

pull/4/head
yuqing 2015-05-22 14:43:42 +08:00
parent d1d225c8db
commit b3e37bd584
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ mblock init
parameters: parameters:
mblock: the mblock pointer mblock: the mblock pointer
element_size: element size, such as sizeof(struct xxx) 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 return error no, 0 for success, != 0 fail
*/ */
int fast_mblock_init_ex(struct fast_mblock_man *mblock, const int element_size, int fast_mblock_init_ex(struct fast_mblock_man *mblock, const int element_size,