Represents configuration for kMemoryTrafficAction.
|
| kSize | kMemoryTrafficActionInfo_BufferSize (kMemoryTrafficActionInfo info) |
| | Gets the buffer size in bytes. More...
|
| |
| kStatus | kMemoryTrafficActionInfo_Clear (kMemoryTrafficActionInfo info) |
| | Resets all state variables to default values. More...
|
| |
| kStatus | kMemoryTrafficActionInfo_Construct (kMemoryTrafficActionInfo *info, kAlloc allocator) |
| | Constructs a kMemoryTrafficActionInfo object. More...
|
| |
| kStatus | kMemoryTrafficActionInfo_Load (kMemoryTrafficActionInfo *info, kXml xml, kAlloc allocator) |
| | Constructs a kMemoryTrafficActionInfo object and loads its content from an XML object. More...
|
| |
| kMemoryTrafficOp | kMemoryTrafficActionInfo_Operation (kMemoryTrafficActionInfo info) |
| | Gets the operation type. More...
|
| |
| kStatus | kMemoryTrafficActionInfo_Read (kMemoryTrafficActionInfo info, kXml xml, kXmlItem item) |
| | Reads kMemoryTrafficActionInfo state from a kXml object. More...
|
| |
| kStatus | kMemoryTrafficActionInfo_SetBufferSize (kMemoryTrafficActionInfo info, kSize bufferSize) |
| | Sets the buffer size in bytes. More...
|
| |
| kStatus | kMemoryTrafficActionInfo_SetOperation (kMemoryTrafficActionInfo info, kMemoryTrafficOp operation) |
| | Sets the operation type. More...
|
| |
| kStatus | kMemoryTrafficActionInfo_SetThreadCount (kMemoryTrafficActionInfo info, kSize count) |
| | Sets the number of threads requested by the user. More...
|
| |
| kStatus | kMemoryTrafficActionInfo_Store (kMemoryTrafficActionInfo info, kXml *xml, kAlloc allocator) |
| | Constructs a kXml object and uses it to store the content of this kMemoryTrafficActionInfo instance. More...
|
| |
| kSize | kMemoryTrafficActionInfo_ThreadCount (kMemoryTrafficActionInfo info) |
| | Gets the number of threads requested by the user. More...
|
| |
| kStatus | kMemoryTrafficActionInfo_Validate (kMemoryTrafficActionInfo info) |
| | Checks and automatically corrects all state variables. More...
|
| |
| kStatus | kMemoryTrafficActionInfo_Write (kMemoryTrafficActionInfo info, kXml xml, kXmlItem item) |
| | Writes kMemoryTrafficActionInfo state to a kXml object. More...
|
| |