shinyAllocator instance
More...
#include <shinyAllocator.h>
shinyAllocator instance
struct for performing runtime diagnostic tests
- Parameters
-
| capacity | constant parameter which indicates the total size of the momory pool |
| allocated | currently allocated memory (this values is alligned) |
| peakAllocated | the maximum memory ever allocated in the pool(Max. allocated) |
| peakRequestSize | the maximum size ever allocator tried to allocate |
| outOfMemeoryCount | non-decreasing number of times the allocation request failed due to lack of memory |
◆ allocated
| size_t shinyAllocatorDiagnostics::allocated |
◆ capacity
| size_t shinyAllocatorDiagnostics::capacity |
◆ outOfMemeoryCount
| size_t shinyAllocatorDiagnostics::outOfMemeoryCount |
◆ peakAllocated
| size_t shinyAllocatorDiagnostics::peakAllocated |
◆ peakRequestSize
| size_t shinyAllocatorDiagnostics::peakRequestSize |
The documentation for this struct was generated from the following file: