Searched refs:baseAllocator_ (Results 1 – 1 of 1) sorted by relevance
111 …chunkHead_(0), chunk_capacity_(chunkSize), userBuffer_(0), baseAllocator_(baseAllocator), ownBaseA…126 …chunkHead_(0), chunk_capacity_(chunkSize), userBuffer_(buffer), baseAllocator_(baseAllocator), own…148 baseAllocator_->Free(chunkHead_); in Clear()238 if (!baseAllocator_) in AddChunk()239 ownBaseAllocator_ = baseAllocator_ = RAPIDJSON_NEW(BaseAllocator()); in AddChunk()240 …if (ChunkHeader* chunk = reinterpret_cast<ChunkHeader*>(baseAllocator_->Malloc(RAPIDJSON_ALIGN(siz… in AddChunk()265 BaseAllocator* baseAllocator_; //!< base allocator for allocating memory chunks. variable