Searched refs:num_of_bytes (Results 1 – 1 of 1) sorted by relevance
570 const size_t num_of_bytes = num_of_slots * bracket_size; in AllocRun() local572 for (size_t i = 0; i < num_of_bytes; i += kPrefetchStride) { in AllocRun()