summaryrefslogtreecommitdiff
path: root/src/shared/mempool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/mempool.h')
-rw-r--r--src/shared/mempool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/mempool.h b/src/shared/mempool.h
index 8b0bf381bf..42f473bee1 100644
--- a/src/shared/mempool.h
+++ b/src/shared/mempool.h
@@ -34,6 +34,7 @@ struct mempool {
};
void* mempool_alloc_tile(struct mempool *mp);
+void* mempool_alloc0_tile(struct mempool *mp);
void mempool_free_tile(struct mempool *mp, void *p);
#define DEFINE_MEMPOOL(pool_name, tile_type, alloc_at_least) \