Searched refs:ALLOCATION_UNIT_SIZE (Results 1 – 1 of 1) sorted by relevance
4610 enum { ALLOCATION_UNIT_SIZE = 8 }; enumerator4687 const size_t needed = ((RoundUp(length / ALLOCATION_UNIT_SIZE, 256) / 256) * 2) + 17; in AppendChunk()4705 length /= ALLOCATION_UNIT_SIZE; // Convert to allocation units. in AppendChunk()