SUBALLOC_GRANULE
cmdbuf->suballoc_offset = granule_offs * SUBALLOC_GRANULE;
int order = order_base_2(ALIGN(cmdbuf->size, SUBALLOC_GRANULE) /
SUBALLOC_GRANULE);
cmdbuf->suballoc_offset / SUBALLOC_GRANULE,
#define SUBALLOC_GRANULES (SUBALLOC_SIZE / SUBALLOC_GRANULE)
order = order_base_2(ALIGN(size, SUBALLOC_GRANULE) / SUBALLOC_GRANULE);