aboutsummaryrefslogtreecommitdiff
path: root/mempool/include/mempool.h
diff options
context:
space:
mode:
Diffstat (limited to 'mempool/include/mempool.h')
-rw-r--r--mempool/include/mempool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mempool/include/mempool.h b/mempool/include/mempool.h
index 2447884..994e25a 100644
--- a/mempool/include/mempool.h
+++ b/mempool/include/mempool.h
@@ -108,7 +108,7 @@ typedef struct mempool {
108 size_t num_blocks; 108 size_t num_blocks;
109 size_t next_free_block; 109 size_t next_free_block;
110 bool full; 110 bool full;
111 bool dynamic; // True if blocks and info are dynamically-allocated. 111 bool dynamic; /// True if blocks and info are dynamically-allocated.
112 BlockInfo* block_info; 112 BlockInfo* block_info;
113 uint8_t* blocks; 113 uint8_t* blocks;
114} mempool; 114} mempool;