Home
last modified time | relevance | path

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

/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dcontain.cxx171 static PVariablePoolAllocator<char> PAbstractArray_allocator; variable
182 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 …]