|
HDK
|
#include "UT_API.h"#include "UT_MemoryTable.h"#include <SYS/SYS_AtomicInt.h>#include <SYS/SYS_Types.h>#include <cstddef>
Include dependency graph for UT_Memory.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UT_Memory |
Enumerations | |
| enum | UT_MemoryUserEnum { UT_MEM_DEBUG = 0, UT_MEM_SYMBOLTABLE, UT_MEM_ARRAY, UT_MEM_FMALLOC, UT_MEM_FMALLOC_PAGE, UT_MEM_RINGBUFFER, UT_MEM_TAGLIST, UT_MEM_SPLINE, UT_MEM_JSON, UT_MEM_MAX_ENTRIES } |
| enum UT_MemoryUserEnum |
| Enumerator | |
|---|---|
| UT_MEM_DEBUG | |
| UT_MEM_SYMBOLTABLE | |
| UT_MEM_ARRAY | |
| UT_MEM_FMALLOC | |
| UT_MEM_FMALLOC_PAGE | |
| UT_MEM_RINGBUFFER | |
| UT_MEM_TAGLIST | |
| UT_MEM_SPLINE | |
| UT_MEM_JSON | |
| UT_MEM_MAX_ENTRIES | |
Definition at line 21 of file UT_Memory.h.