Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h140 struct SharedData { struct
147 static const size_t SIZEOF_SHARED_DATA = RAPIDJSON_ALIGN(sizeof(SharedData)); argument
150 static inline ChunkHeader *GetChunkHead(SharedData *shared) in GetChunkHead()
154 static inline uint8_t *GetChunkBuffer(SharedData *shared) in GetChunkBuffer()
173 …shared_(static_cast<SharedData*>(baseAllocator_ ? baseAllocator_->Malloc(SIZEOF_SHARED_DATA + SIZE… in chunk_capacity_()
204 shared_(static_cast<SharedData*>(AlignBuffer(buffer, size))) in chunk_capacity_()
420 SharedData *shared_; //!< The shared data of the allocator