DEFINE_MEMPOOL     59 src/shared/hashmap.c static DEFINE_MEMPOOL(hashmap_pool, struct hashmap_tile, 8);
DEFINE_MEMPOOL     60 src/shared/hashmap.c static DEFINE_MEMPOOL(hashmap_entry_pool, struct hashmap_entry, 64);