Searched refs:MemoryPoolAllocator (Results 1 – 4 of 4) sorted by relevance
130 class MemoryPoolAllocator {170 … MemoryPoolAllocator(size_t chunkSize = kDefaultChunkCapacity, BaseAllocator* baseAllocator = 0) :201 …MemoryPoolAllocator(void *buffer, size_t size, size_t chunkSize = kDefaultChunkCapacity, BaseAlloc…216 MemoryPoolAllocator(const MemoryPoolAllocator& rhs) RAPIDJSON_NOEXCEPT : in MemoryPoolAllocator() function224 MemoryPoolAllocator& operator=(const MemoryPoolAllocator& rhs) RAPIDJSON_NOEXCEPT228 this->~MemoryPoolAllocator();236 MemoryPoolAllocator(MemoryPoolAllocator&& rhs) RAPIDJSON_NOEXCEPT : in MemoryPoolAllocator() function244 MemoryPoolAllocator& operator=(MemoryPoolAllocator&& rhs) RAPIDJSON_NOEXCEPT247 this->~MemoryPoolAllocator();259 ~MemoryPoolAllocator() RAPIDJSON_NOEXCEPT { in ~MemoryPoolAllocator()[all …]
42 class MemoryPoolAllocator; variable116 typedef GenericValue<UTF8<char>, MemoryPoolAllocator<CrtAllocator> > Value;121 typedef GenericDocument<UTF8<char>, MemoryPoolAllocator<CrtAllocator>, CrtAllocator> Document;
623 … typedef Hasher<EncodingType, MemoryPoolAllocator<AllocatorType> > EnumHasherType; in allocator_()625 MemoryPoolAllocator<AllocatorType> hasherAllocator(buffer, sizeof(buffer)); in allocator_()
78 #define RAPIDJSON_DEFAULT_ALLOCATOR ::RAPIDJSON_NAMESPACE::MemoryPoolAllocator<::RAPIDJSON_NAMESPAC…