Searched defs:PointerArray (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/libauto-186/
H A DDefinitions.h808 class PointerArray : AuxAllocated { class in namespace:Auto
814 PointerArray() : _count(0), _capacity(0), _buffer(NULL) {} function in class:Auto::PointerArray
815 PointerArray(MemoryAllocator allocator) : _count(0), _capacity(0), _buffer(NULL), _allocator(allocator) {} function in class:Auto::PointerArray

Completed in 166 milliseconds