Monero
Loading...
Searching...
No Matches
allocators.h File Reference
#include "rapidjson.h"
Include dependency graph for allocators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CrtAllocator
 C-runtime library allocator. More...
class  MemoryPoolAllocator< BaseAllocator >
 Default memory allocator used by the parser and DOM. More...
struct  MemoryPoolAllocator< BaseAllocator >::ChunkHeader
 Chunk header for perpending to each chunk. More...

Macros

#define RAPIDJSON_ALLOCATOR_DEFAULT_CHUNK_CAPACITY   (64 * 1024)

Macro Definition Documentation

◆ RAPIDJSON_ALLOCATOR_DEFAULT_CHUNK_CAPACITY

#define RAPIDJSON_ALLOCATOR_DEFAULT_CHUNK_CAPACITY   (64 * 1024)