Home
last modified time | relevance | path

Searched refs:small_pool_hdr (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Djmemmgr.c109 } small_pool_hdr; typedef
286 if ((sizeof(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1) > in alloc_small()
305 min_request = sizeof(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1; in alloc_small()
335 data_ptr += sizeof(small_pool_hdr); /* ...by skipping the header... */ in alloc_small()
406 data_ptr += sizeof(small_pool_hdr); /* ...by skipping the header... */ in alloc_large()
1045 sizeof(small_pool_hdr) + ALIGN_SIZE - 1; in free_pool()