Searched refs:byte_end (Results 1 – 1 of 1) sorted by relevance
156 byte* byte_end = byte_start + alloc_size - sizeof(AllocationHeader); in Walk() local157 callback(byte_start, byte_end, alloc_size, arg); in Walk()159 cur_header = reinterpret_cast<AllocationHeader*>(byte_end); in Walk()318 byte* byte_end = byte_start + alloc_size - sizeof(AllocationHeader); in Dump() local320 << " of length " << byte_end - byte_start << " bytes\n"; in Dump()321 cur_header = reinterpret_cast<AllocationHeader*>(byte_end); in Dump()