Searched defs:pool_allocator (Results 1 – 3 of 3) sorted by relevance
93 struct pool_allocator { struct94 void *(*pa_alloc)(struct pool *, int);95 void (*pa_free)(struct pool *, void *);96 unsigned int pa_pagesz;99 kmutex_t pa_lock;101 uint32_t pa_refcnt; /* number of pools using this allocator */102 int pa_pagemask;103 int pa_pageshift;
477 typedef base_pool_allocator <memory_block_pool> pool_allocator; typedef