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