Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h130 class MemoryPoolAllocator {
170MemoryPoolAllocator(size_t chunkSize = kDefaultChunkCapacity, BaseAllocator* baseAllocator = 0) :
201MemoryPoolAllocator(void *buffer, size_t size, size_t chunkSize = kDefaultChunkCapacity, BaseAlloc…
216 MemoryPoolAllocator(const MemoryPoolAllocator& rhs) RAPIDJSON_NOEXCEPT : in MemoryPoolAllocator() function
224 MemoryPoolAllocator& operator=(const MemoryPoolAllocator& rhs) RAPIDJSON_NOEXCEPT
228 this->~MemoryPoolAllocator();
236 MemoryPoolAllocator(MemoryPoolAllocator&& rhs) RAPIDJSON_NOEXCEPT : in MemoryPoolAllocator() function
244 MemoryPoolAllocator& operator=(MemoryPoolAllocator&& rhs) RAPIDJSON_NOEXCEPT
247 this->~MemoryPoolAllocator();
259 ~MemoryPoolAllocator() RAPIDJSON_NOEXCEPT { in ~MemoryPoolAllocator()
[all …]
Dfwd.h42 class MemoryPoolAllocator; variable
116 typedef GenericValue<UTF8<char>, MemoryPoolAllocator<CrtAllocator> > Value;
121 typedef GenericDocument<UTF8<char>, MemoryPoolAllocator<CrtAllocator>, CrtAllocator> Document;
Dschema.h623 … typedef Hasher<EncodingType, MemoryPoolAllocator<AllocatorType> > EnumHasherType; in allocator_()
625 MemoryPoolAllocator<AllocatorType> hasherAllocator(buffer, sizeof(buffer)); in allocator_()
Ddocument.h78 #define RAPIDJSON_DEFAULT_ALLOCATOR ::RAPIDJSON_NAMESPACE::MemoryPoolAllocator<::RAPIDJSON_NAMESPAC…