Searched refs:ALLOCATION_UNIT_SIZE (Results 1 – 1 of 1) sorted by relevance
4123 enum { ALLOCATION_UNIT_SIZE = 8 }; enumerator4191 size_t needed = (((length/ALLOCATION_UNIT_SIZE + 255) / 256) * 2) + 17; in AppendChunk()4205 length /= ALLOCATION_UNIT_SIZE; // Convert to allocation units. in AppendChunk()