![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <new>#include "string.h"#include "compilerDependencies.h"#include "epicsMutex.h"#include "epicsGuard.h"
Include dependency graph for tsFreeList.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| union | tsFreeListItem< T > |
| struct | tsFreeListChunk< T, N > |
| class | tsFreeList< T, N, MUTEX > |
| union | tsFreeListItem< T > |
| struct | tsFreeListChunk< T, N > |
Macros | |
| #define | tsFreeListDebugBypass 0 |
| #define | tsFreeListMemSetNew(P, SIZE) |
| #define | tsFreeListMemSetDelete(P, SIZE) |
| #define tsFreeListDebugBypass 0 |
Definition at line 60 of file tsFreeList.h.
| #define tsFreeListMemSetDelete | ( | P, | |
| SIZE | |||
| ) |
Definition at line 62 of file tsFreeList.h.
| #define tsFreeListMemSetNew | ( | P, | |
| SIZE | |||
| ) |
Definition at line 61 of file tsFreeList.h.