Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c111 } large_pool_hdr; typedef
352 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr))) in alloc_large()
365 SIZEOF(large_pool_hdr)); in alloc_large()
368 mem->total_space_allocated += sizeofobject + SIZEOF(large_pool_hdr); in alloc_large()
408 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_sarray()
456 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_barray()
976 SIZEOF(large_pool_hdr); in free_pool()
/external/libjpeg-turbo/
Djmemmgr.c116 } large_pool_hdr; typedef
383 if ((sizeof(large_pool_hdr) + sizeofobject + ALIGN_SIZE - 1) > in alloc_large()
392 sizeof(large_pool_hdr) + in alloc_large()
396 mem->total_space_allocated += sizeofobject + sizeof(large_pool_hdr) + in alloc_large()
457 ltemp = (MAX_ALLOC_CHUNK-sizeof(large_pool_hdr)) / in alloc_sarray()
509 ltemp = (MAX_ALLOC_CHUNK-sizeof(large_pool_hdr)) / in alloc_barray()
1037 sizeof(large_pool_hdr); in free_pool()