Lines Matching defs:SIZEOF_POOLBLOCK
37 #define SIZEOF_POOLBLOCK (MEM_ALIGN(sizeof(struct pool_block)))
40 ((unsigned char *) (block) + SIZEOF_POOLBLOCK)
123 size_t min_alloc = SIZEOF_POOLBLOCK +
182 safe_memset(block, CLEAR_CHR, SIZEOF_POOLBLOCK + apool->block->size);
186 SIZEOF_POOLBLOCK + apool->block->size);
229 i_assert(size > SIZEOF_POOLBLOCK);
262 block->size = size - SIZEOF_POOLBLOCK;
283 block_alloc(apool, alloc_size + SIZEOF_POOLBLOCK);
379 safe_memset(block, CLEAR_CHR, SIZEOF_POOLBLOCK + block->size);
383 SIZEOF_POOLBLOCK + block->size);
431 size += block->size + SIZEOF_POOLBLOCK;