Searched refs:thingy (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORangeAllocator.cpp100 IORangeAllocator * thingy; local
102 thingy = new IORangeAllocator;
103 if( thingy && ! thingy->init( endOfRange, defaultAlignment,
105 thingy->release();
106 thingy = 0;
109 return( thingy );

Completed in 16 milliseconds