XDataAllocator::~XDataAllocator()
{
    current = nullptr;
    ClearFreeList();
}
示例#2
0
XDataAllocator::~XDataAllocator()
{
    ClearFreeList();
}