Home
last modified time | relevance | path

Searched defs:pool_allocator (Results 1 – 1 of 1) sorted by relevance

/minix3/sys/sys/
H A Dpool.h88 struct pool_allocator { struct
89 void *(*pa_alloc)(struct pool *, int);
90 void (*pa_free)(struct pool *, void *);
91 unsigned int pa_pagesz;
94 kmutex_t pa_lock;
96 uint32_t pa_refcnt; /* number of pools using this allocator */
97 int pa_pagemask;
98 int pa_pageshift;