Searched refs:SharedData (Results 1 – 1 of 1) sorted by relevance
140 struct SharedData { struct147 static const size_t SIZEOF_SHARED_DATA = RAPIDJSON_ALIGN(sizeof(SharedData)); argument150 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