Searched defs:end_addr (Results 1 – 3 of 3) sorted by relevance
55 void Clear(uint8_t* start_addr, uint8_t* end_addr) { in Clear()
306 uint8_t* end_addr = begin_addr + obj_alloc_size; in ZeroLiveBytesForLargeObject() local676 uint32_t* end_addr = reinterpret_cast<uint32_t*>(end); in PoisonUnevacuatedRange() local
471 uint8_t* end_addr = AlignUp(reinterpret_cast<uint8_t*>(large_obj) + bytes_allocated, kRegionSize); in FreeLarge() local