|
HDK
|
Include dependency graph for UT_StackAlloc.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | UT_STACK_LIMIT 131072 |
| #define | UT_STACK_ALLOCA 100 |
| #define | UT_STACK_MALLOC 200 |
| #define | UTstackAlloc(size) |
| #define | UTstackFree(ptr) |
| #define UT_STACK_ALLOCA 100 |
Definition at line 31 of file UT_StackAlloc.h.
| #define UT_STACK_LIMIT 131072 |
Definition at line 28 of file UT_StackAlloc.h.
| #define UT_STACK_MALLOC 200 |
Definition at line 32 of file UT_StackAlloc.h.
| #define UTstackAlloc | ( | size | ) |
Definition at line 34 of file UT_StackAlloc.h.
| #define UTstackFree | ( | ptr | ) |
Definition at line 38 of file UT_StackAlloc.h.