Represents configuration for kMemoryDomainBlock.
|
| kStatus | kMemoryDomainBlockInfo_Clear (kMemoryDomainBlockInfo info) |
| | Resets all state variables to default values. More...
|
| |
| kStatus | kMemoryDomainBlockInfo_Construct (kMemoryDomainBlockInfo *info, kAlloc allocator) |
| | Constructs a kMemoryDomainBlockInfo object. More...
|
| |
| kStatus | kMemoryDomainBlockInfo_EnableForceClone (kMemoryDomainBlockInfo info, kBool enabled) |
| | Enables forced cloning, which causes the block to clone even when incoming memory may already be suitable. More...
|
| |
| kBool | kMemoryDomainBlockInfo_ForceCloneEnabled (kMemoryDomainBlockInfo info) |
| | Reports whether forced cloning is enabled. More...
|
| |
| kStatus | kMemoryDomainBlockInfo_Load (kMemoryDomainBlockInfo *info, kXml xml, kAlloc allocator) |
| | Constructs a kMemoryDomainBlockInfo object and loads its content from an XML object. More...
|
| |
| kMemoryDomainBlockOutput | kMemoryDomainBlockInfo_OutputMemory (kMemoryDomainBlockInfo info) |
| | Reports the selected output memory type. More...
|
| |
| kStatus | kMemoryDomainBlockInfo_Read (kMemoryDomainBlockInfo info, kXml xml, kXmlItem item) |
| | Reads kMemoryDomainBlockInfo state from a kXml object. More...
|
| |
| kStatus | kMemoryDomainBlockInfo_SetOutputMemory (kMemoryDomainBlockInfo info, kMemoryDomainBlockOutput outputType) |
| | Sets the desired output memory type. More...
|
| |
| kStatus | kMemoryDomainBlockInfo_Store (kMemoryDomainBlockInfo info, kXml *xml, kAlloc allocator) |
| | Constructs a kXml object and uses it to store the content of this kMemoryDomainBlockInfo instance. More...
|
| |
| kStatus | kMemoryDomainBlockInfo_Validate (kMemoryDomainBlockInfo info) |
| | Checks and automatically corrects all state variables. More...
|
| |
| kStatus | kMemoryDomainBlockInfo_Write (kMemoryDomainBlockInfo info, kXml xml, kXmlItem item) |
| | Writes kMemoryDomainBlockInfo state to a kXml object. More...
|
| |