C-runtime library allocator. More...

#include <ThirdParty/rapidjson/include/rapidjson/allocators.h>

Inheritance diagram for rapidjson::CrtAllocator:
[legend]
Collaboration diagram for rapidjson::CrtAllocator:
[legend]

Public Member Functions

void * Malloc (size_t size)
 
void * Realloc (void *originalPtr, size_t originalSize, size_t newSize)
 

Static Public Member Functions

static void Free (void *ptr)
 

Static Public Attributes

static const bool kNeedFree = true
 

Detailed Description

C-runtime library allocator.

This class is just wrapper for standard C library memory routines.


The documentation for this class was generated from the following file:
  • Source/ThirdParty/rapidjson/include/rapidjson/allocators.h