![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Classes | |
| struct | alloc_hdr_s |
| struct | alloc_root_s |
Macros | |
| #define | ALLOC_BLOCK_SIZE 64000 /*(62*1024)*/ |
Typedefs | |
| typedef struct alloc_hdr_s | alloc_hdr_t |
| typedef struct alloc_root_s | alloc_root_t |
Functions | |
| alloc_handle_t * | AllocInit () |
| char * | Alloc (long size) |
| alloc_handle_t * | AllocSetPool (alloc_handle_t *newpool) |
| void | AllocReset () |
| void | AllocFreePool () |
| #define ALLOC_BLOCK_SIZE 64000 /*(62*1024)*/ |
| typedef struct alloc_hdr_s alloc_hdr_t |
| typedef struct alloc_root_s alloc_root_t |
| char * Alloc | ( | long | size | ) |
| void AllocFreePool | ( | void | ) |
| alloc_handle_t * AllocInit | ( | void | ) |
| void AllocReset | ( | void | ) |
| alloc_handle_t * AllocSetPool | ( | alloc_handle_t * | newpool | ) |