CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdrxMemoryManager Class Reference

#include <OdArrayMemAlloc.h>

Static Public Member Functions

static voidAlloc (size_t nBytes)
 
static void Free (void *pMemBlock)
 
static voidRealloc (void *pMemBlock, size_t newSize, size_t oldSize)
 

Detailed Description

<group Other_Classes>

Definition at line 37 of file OdArrayMemAlloc.h.

Member Function Documentation

◆ Alloc()

static void * OdrxMemoryManager::Alloc ( size_t nBytes)
inlinestatic

Definition at line 40 of file OdArrayMemAlloc.h.

◆ Free()

static void OdrxMemoryManager::Free ( void * pMemBlock)
inlinestatic

Definition at line 41 of file OdArrayMemAlloc.h.

◆ Realloc()

static void * OdrxMemoryManager::Realloc ( void * pMemBlock,
size_t newSize,
size_t oldSize )
inlinestatic

Definition at line 42 of file OdArrayMemAlloc.h.


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