Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
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()
232 if (!baseAllocator_) in AddChunk()
233 ownBaseAllocator_ = baseAllocator_ = RAPIDJSON_NEW(BaseAllocator()); in AddChunk()
234 …ChunkHeader* chunk = reinterpret_cast<ChunkHeader*>(baseAllocator_->Malloc(RAPIDJSON_ALIGN(sizeof(… in AddChunk()
255 BaseAllocator* baseAllocator_; //!< base allocator for allocating memory chunks. variable