Main Page   Modules   Alphabetical List   Data Structures   Data Fields  

RwMemoryFunctions Struct Reference
[Memory & File Interfaces]


Data Fields

void *(*  rwmalloc )(size_t size)
void(*  rwfree )(void *mem)
void *(*  rwrealloc )(void *mem, size_t newSize)
void *(*  rwcalloc )(size_t numObj, size_t sizeObj)

Detailed Description

This type represents the memory functions used by RenderWare. By default, the standard ANSI functions are used. The application may install an alternative interface providing that it is ANSI compliant (In RenderWare Graphics see API function RwEngineInit):

Field Documentation

void*(* rwcalloc)(size_t numObj, size_t sizeObj)
 

calloc calloc

void(* rwfree)(void *mem)
 

rwfree free

void*(* rwmalloc)(size_t size)
 

rwmalloc malloc

void*(* rwrealloc)(void *mem, size_t newSize)
 

rwrealloc realloc


Criterion Software © 1993-2003 Criterion Software Limited. All rights reserved. Built Tue Apr 22 12:46:10 2003. Send Feedback
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)