Home | History | Annotate | Download | only in Objects

Lines Matching refs:INDEX2SIZE

795 #define INDEX2SIZE(I) (((uint)(I) + 1) << ALIGNMENT_SHIFT)
960 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
1428 pool->nextoffset += INDEX2SIZE(size);
1523 size = INDEX2SIZE(size);
1884 size = INDEX2SIZE(pool->szidx);
2607 uint size = INDEX2SIZE(i);