Searched refs:PAbstractArray_allocator (Results 1 – 1 of 1) sorted by relevance
171 static PVariablePoolAllocator<char> PAbstractArray_allocator; variable182 theArray = PAbstractArray_allocator.allocate(GetSize() * elementSize); in PAbstractArray()206 theArray = PAbstractArray_allocator.allocate(sizebytes); in PAbstractArray()228 PAbstractArray_allocator.deallocate(theArray, elementSize*GetSize()); in DestroyContents()249 char * newArray = PAbstractArray_allocator.allocate(sizebytes); in CloneContents()346 if ((newArray = PAbstractArray_allocator.allocate(newsizebytes)) == NULL) in InternalSetSize()363 PAbstractArray_allocator.deallocate(theArray, oldsizebytes); in InternalSetSize()367 if ((newArray = PAbstractArray_allocator.allocate(newsizebytes)) == NULL) in InternalSetSize()371 PAbstractArray_allocator.deallocate(theArray, oldsizebytes); in InternalSetSize()376 if ((newArray = PAbstractArray_allocator.allocate(newsizebytes)) == NULL) in InternalSetSize()[all …]