Home
last modified time | relevance | path

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

/external/jpeg/
Djmemmgr.c98 } small_pool_hdr; typedef
266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr))) in alloc_small()
289 min_request = sizeofobject + SIZEOF(small_pool_hdr); in alloc_small()
988 SIZEOF(small_pool_hdr); in free_pool()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jmemmgr.c101 } small_pool_hdr; typedef
269 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr))) in alloc_small()
292 min_request = sizeofobject + SIZEOF(small_pool_hdr); in alloc_small()
991 SIZEOF(small_pool_hdr); in free_pool()