Searched refs:ownBaseAllocator_ (Results 1 – 1 of 1) sorted by relevance
111 …0), chunk_capacity_(chunkSize), userBuffer_(0), baseAllocator_(baseAllocator), ownBaseAllocator_(0)126 …hunk_capacity_(chunkSize), userBuffer_(buffer), baseAllocator_(baseAllocator), ownBaseAllocator_(0)141 RAPIDJSON_DELETE(ownBaseAllocator_); in ~MemoryPoolAllocator()233 ownBaseAllocator_ = baseAllocator_ = RAPIDJSON_NEW(BaseAllocator()); in AddChunk()256 BaseAllocator* ownBaseAllocator_; //!< base allocator created by this object. variable