![]() |
![]() |
Data Structures | |
| struct | IRESMAN_Params |
| Configuration Parameters required by the Resource Manager implementation. These can be extended by individual resource managers if required. More... | |
| struct | IRESMAN_Fxns |
| struct | IRESMAN_ConstructArgs |
| Abstract Protocol Construct Arguments structure/pointer definition. Arguments passed by the Resource manager to request a resource from a specific IRES Protocol will extend and supply the concrete definition. More... | |
Typedefs | |
| typedef Bool( | IRESMAN_PersistentAllocFxn )(IALG_MemRec *memTab, Int numRecs) |
| Memory allocation function for all of ResMan and other IRES protocol's memory requirements. | |
| typedef Void( | IRESMAN_PersistentFreeFxn )(IALG_MemRec *memTab, Int numRecs) |
| Memory free functions for all of ResMan and other IRES protocol's memory requirements. | |
| typedef Bool( IRESMAN_PersistentAllocFxn)(IALG_MemRec *memTab, Int numRecs) |
Memory allocation function for all of ResMan and other IRES protocol's memory requirements.
| typedef Void( IRESMAN_PersistentFreeFxn)(IALG_MemRec *memTab, Int numRecs) |
Memory free functions for all of ResMan and other IRES protocol's memory requirements.