wangzhengquan
2020-08-05 c85fe0b87d3a1d6765b8ce9a17136a9f7e056178
src/queue/shm_mm.c
@@ -1,5 +1,6 @@
#include "shm_mm.h"
#include "mem_pool.h"
#include "hashtable.h"
void shm_init(int size) {
   mem_pool_init(size);
@@ -9,4 +10,6 @@
   mem_pool_destroy();
}
int shm_alloc_key() {
   return mm_alloc_key();
}