Searched refs:overlap (Results 1 – 4 of 4) sorted by relevance
52 Range overlap = inserted.first->first; in Allocation() local53 if (overlap != range) { in Allocation()55 reinterpret_cast<void*>(end), reinterpret_cast<void*>(overlap.begin), in Allocation()56 reinterpret_cast<void*>(overlap.end)); in Allocation()
53 TEST_F(HeapWalkerTest, overlap) { in TEST_F() argument
67 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap,