Searched refs:byte_start (Results 1 – 1 of 1) sorted by relevance
321 byte* byte_start = reinterpret_cast<byte*>(GetAddressForAllocationInfo(cur_info)); in Walk() local322 byte* byte_end = byte_start + alloc_size; in Walk()323 callback(byte_start, byte_end, alloc_size, arg); in Walk()