Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORangeAllocator.cpp147 IORangeAllocator::allocElement( UInt32 index ) in allocElement() function in IORangeAllocator
229 if (allocElement( index + 1 )) { in allocate()
290 found = allocElement( index + 1 ); in allocateRange()
346 } else if (allocElement( index)) { in deallocate()
/xnu-11215/iokit/IOKit/
H A DIORangeAllocator.h64 virtual bool allocElement( UInt32 index );