Searched refs:sums_bytes (Results 1 – 1 of 1) sorted by relevance
32 int sums_bytes = 0; in AllocateBuffers() local35 sums_bytes = SumsBytes(*packed_matrix); in AllocateBuffers()36 packed_matrix->sums = detail::SystemAlignedAlloc(sums_bytes); in AllocateBuffers()38 return data_bytes + sums_bytes; in AllocateBuffers()