Home | History | Annotate | Download | only in jpeg

Lines Matching refs:small_pool_hdr

85  * field.  This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
98 } small_pool_hdr;
266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
289 min_request = sizeofobject + SIZEOF(small_pool_hdr);
988 SIZEOF(small_pool_hdr);