Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
mempool.h File Reference
#include "bittype.h"
#include "wwdebug.h"
#include "mutex.h"
#include <new.h>
#include <stdlib.h>
#include <stddef.h>

Go to the source code of this file.

Classes

class  ObjectPoolClass< T, BLOCK_SIZE >
 
class  AutoPoolClass< T, BLOCK_SIZE >
 

Macros

#define MEMPOOL_H
 
#define DEFINE_AUTO_POOL(T, BLOCKSIZE)
 

Macro Definition Documentation

◆ DEFINE_AUTO_POOL

#define DEFINE_AUTO_POOL ( T,
BLOCKSIZE )
Value:
ObjectPoolClass<T,BLOCKSIZE> AutoPoolClass<T,BLOCKSIZE>::Allocator;

Definition at line 160 of file mempool.h.

◆ MEMPOOL_H

#define MEMPOOL_H

Definition at line 51 of file mempool.h.