Macros | |
#define | OT_CFG_QueueUseGarbageLimit false |
If set to true the garbage collection will clear when reaching the QueueGarbageLimit. | |
#define | OT_CFG_QueueGarbageLimit 0 |
The maximum ammount of garbage in the garbage collection (0 = max, 1 = no collection, 2+ = count) Only has effect if OT_CFG_QueueUseGarbageLimit is set to true. | |
#define OT_CFG_QueueGarbageLimit 0 |
The maximum ammount of garbage in the garbage collection (0 = max, 1 = no collection, 2+ = count) Only has effect if OT_CFG_QueueUseGarbageLimit is set to true.
#define OT_CFG_QueueUseGarbageLimit false |
If set to true the garbage collection will clear when reaching the QueueGarbageLimit.