Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dallocators.h102 class MemoryPoolAllocator {
110MemoryPoolAllocator(size_t chunkSize = kDefaultChunkCapacity, BaseAllocator* baseAllocator = 0) :
125MemoryPoolAllocator(void *buffer, size_t size, size_t chunkSize = kDefaultChunkCapacity, BaseAlloc…
139 ~MemoryPoolAllocator() { in ~MemoryPoolAllocator()
229 MemoryPoolAllocator(const MemoryPoolAllocator& rhs) /* = delete */;
231 MemoryPoolAllocator& operator=(const MemoryPoolAllocator& rhs) /* = delete */;
H A Dfwd.h42 class MemoryPoolAllocator; variable
116 typedef GenericValue<UTF8<char>, MemoryPoolAllocator<CrtAllocator> > Value;
121 typedef GenericDocument<UTF8<char>, MemoryPoolAllocator<CrtAllocator>, CrtAllocator> Document;
H A Dschema.h402 typedef Hasher<EncodingType, MemoryPoolAllocator<> > EnumHasherType; in Schema()
404 MemoryPoolAllocator<> hasherAllocator(buffer, sizeof(buffer)); in Schema()
H A Ddocument.h539 template <typename Encoding, typename Allocator = MemoryPoolAllocator<> >
2023 template <typename Encoding, typename Allocator = MemoryPoolAllocator<>, typename StackAllocator = …