Lines Matching refs:alloc_small
257 alloc_small (j_common_ptr cinfo, int pool_id, size_t sizeofobject)
417 result = (JSAMPARRAY) alloc_small(cinfo, pool_id,
465 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id,
536 result = (jvirt_sarray_ptr) alloc_small(cinfo, pool_id,
566 result = (jvirt_barray_ptr) alloc_small(cinfo, pool_id,
1067 mem->pub.alloc_small = alloc_small;