Data Fields | |
isc_mempool_t | common |
common header of mempool's | |
isc_mutex_t * | lock |
optional lock | |
isc__mem_t * | mctx |
our memory context |
Definition at line 178 of file mem.c.
common header of mempool's
Definition at line 180 of file mem.c.
Referenced by isc__mempool_create().
optional lock
Definition at line 181 of file mem.c.
Referenced by isc___mempool_put(), isc__mempool_create(), isc__mempool_setfreemax(), and isc_mem_stats().
our memory context
locked via the memory context's lock
Definition at line 182 of file mem.c.
Referenced by isc___mempool_put(), and isc__mempool_create().