Searched refs:large_pool_hdr (Results 1 – 2 of 2) sorted by relevance
109 } large_pool_hdr; typedef350 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr))) in alloc_large()363 SIZEOF(large_pool_hdr)); in alloc_large()366 mem->total_space_allocated += sizeofobject + SIZEOF(large_pool_hdr); in alloc_large()406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_sarray()454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_barray()974 SIZEOF(large_pool_hdr); in free_pool()
112 } large_pool_hdr; typedef353 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr))) in alloc_large()366 SIZEOF(large_pool_hdr)); in alloc_large()369 mem->total_space_allocated += sizeofobject + SIZEOF(large_pool_hdr); in alloc_large()409 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_sarray()457 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_barray()977 SIZEOF(large_pool_hdr); in free_pool()