Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djmemmgr.c112 } small_pool_hdr; typedef
289 if ((sizeof(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1) > in alloc_small()
308 min_request = sizeof(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1; in alloc_small()
338 data_ptr += sizeof(small_pool_hdr); /* ...by skipping the header... */ in alloc_small()
409 data_ptr += sizeof(small_pool_hdr); /* ...by skipping the header... */ in alloc_large()
1048 sizeof(small_pool_hdr); in free_pool()