Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dallocators.h111 …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