Lines Matching refs:MemoryPoolAllocator
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() 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()
375 bool operator==(const MemoryPoolAllocator& rhs) const RAPIDJSON_NOEXCEPT {
381 bool operator!=(const MemoryPoolAllocator& rhs) const RAPIDJSON_NOEXCEPT {