Home
last modified time | relevance | path

Searched refs:tailContig (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/iokit/Kernel/
H A DIORangeAllocator.cpp319 bool tailContig = false; in deallocate() local
331 tailContig = ((data + size) >= elements[index].start); in deallocate()
336 if (tailContig) { in deallocate()
342 } else if (tailContig) { in deallocate()