Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djmemmgr.c108 } 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()
1051 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()