bes  Updated for version 3.20.6
CrtAllocator Class Reference

C-runtime library allocator. More...

#include <allocators.h>

Collaboration diagram for CrtAllocator:
Collaboration graph

Public Member Functions

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

Static Public Member Functions

static void Free (void *ptr)
 
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.

Note
implements Allocator concept

Definition at line 62 of file cmr_module/rapidjson/allocators.h.


The documentation for this class was generated from the following file: