OpenSWMM Engine  6.0.0-alpha.3
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.3)
Loading...
Searching...
No Matches
mempool.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alloc_handle_t
 

Functions

alloc_handle_tAllocInit (void)
 
char * Alloc (long)
 
alloc_handle_tAllocSetPool (alloc_handle_t *)
 
void AllocReset (void)
 
void AllocFreePool (void)
 

Function Documentation

◆ Alloc()

char * Alloc ( long size)
Here is the caller graph for this function:

◆ AllocFreePool()

void AllocFreePool ( void )

◆ AllocInit()

alloc_handle_t * AllocInit ( void )

◆ AllocReset()

void AllocReset ( void )

◆ AllocSetPool()

alloc_handle_t * AllocSetPool ( alloc_handle_t * newpool)