Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h142 BaseAllocator* ownBaseAllocator; //!< base allocator created by this object. member
178 shared_->ownBaseAllocator = 0; in chunk_capacity_()
181 shared_->ownBaseAllocator = baseAllocator_; in chunk_capacity_()
211 shared_->ownBaseAllocator = 0; in chunk_capacity_()
269 BaseAllocator *a = shared_->ownBaseAllocator; in ~MemoryPoolAllocator()
392 shared_->ownBaseAllocator = baseAllocator_ = RAPIDJSON_NEW(BaseAllocator)(); in AddChunk()