全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
rapidjson::CrtAllocator类 参考

C-runtime library allocator. 更多...

#include <allocators.h>

Public 成员函数

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

静态 Public 成员函数

static void Free (void *ptr)
 

静态 Public 属性

static const bool kNeedFree = true
 

详细描述

C-runtime library allocator.

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

注解
implements Allocator concept

该类的文档由以下文件生成: