Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djmemmgr.c105 } small_pool_hdr; typedef
281 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()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c100 } small_pool_hdr; typedef
268 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()