amqp_pool_t.pagesize

< the size of the page in bytes. * allocations less than or equal to this size are * allocated in the pages block list * allocations greater than this are allocated in their * own block in the large_blocks block list

struct amqp_pool_t
size_t pagesize;

Meta