Searched refs:small_pool_hdr (Results 1 – 2 of 2) sorted by relevance
105 } small_pool_hdr; typedef281 if ((sizeof(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1) > MAX_ALLOC_CHUNK) in alloc_small()299 min_request = sizeof(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1; in alloc_small()329 data_ptr += sizeof(small_pool_hdr); /* ...by skipping the header... */ in alloc_small()393 data_ptr += sizeof(small_pool_hdr); /* ...by skipping the header... */ in alloc_large()1020 sizeof(small_pool_hdr); in free_pool()
100 } small_pool_hdr; typedef268 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr))) in alloc_small()291 min_request = sizeofobject + SIZEOF(small_pool_hdr); in alloc_small()990 SIZEOF(small_pool_hdr); in free_pool()