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)
 
bool operator== (const CrtAllocator &) const RAPIDJSON_NOEXCEPT
 
bool operator!= (const CrtAllocator &) const RAPIDJSON_NOEXCEPT
 

静态 Public 成员函数

static void Free (void *ptr) RAPIDJSON_NOEXCEPT
 

静态 Public 属性

static const bool kNeedFree = true
 

详细描述

C-runtime library allocator.

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

注解
implements Allocator concept

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