Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
AutoPoolClass< T, BLOCK_SIZE > Class Template Reference

#include <mempool.h>

Static Public Member Functions

static void * operator new (size_t size)
 
static void operator delete (void *memory)
 

Detailed Description

template<class T, int BLOCK_SIZE = 64>
class AutoPoolClass< T, BLOCK_SIZE >

Definition at line 137 of file mempool.h.

Member Function Documentation

◆ operator delete()

template<class T, int BLOCK_SIZE>
void AutoPoolClass< T, BLOCK_SIZE >::operator delete ( void * memory)
static

Definition at line 365 of file mempool.h.

◆ operator new()

template<class T, int BLOCK_SIZE>
void * AutoPoolClass< T, BLOCK_SIZE >::operator new ( size_t size)
static

Definition at line 345 of file mempool.h.


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