We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d11f7 commit 1db93bbCopy full SHA for 1db93bb
README.md
@@ -12,7 +12,7 @@ $ clib install isty001/mem-pool
12
#### Usage:
13
14
Initialize a new MemPool, with the given `block_size` and `increase_count`.
15
-If it runs out of space, it'll create a new internal Buffer with `increase_count * block_size size`.
+If it runs out of space, it'll create a new internal Buffer with `increase_count * block_size` size.
16
17
```c
18
#include "mem_pool.h"
0 commit comments