VR-Vantage 3.0 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes
CrtAllocator Class Reference

C-runtime library allocator. More...

Public Member Functions

voidMalloc (size_t size)
voidRealloc (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.

Note
implements Allocator concept

Member Function Documentation

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

References void().

static void CrtAllocator::Free ( void ptr)
inlinestatic

Member Data Documentation

const bool CrtAllocator::kNeedFree = true
static

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


Copyright © 2005-2022 MAK Technologies. All Rights Reserved (www.mak.com)