Previous Topic: CAISSFNext Topic: CA Earl Reporting Service


CA-C Runtime

CA-C Runtime is a runtime facility with re-entrancy capabilities. Its modular architecture insulates C Runtime programs from system and release dependencies. There is little, if any, system-dependent code linked with the user program. This allows for smaller user programs and easier maintenance. CA-C Runtime uses a memory manager to handle dynamic allocation requests for small pieces of storage. This enables fewer calls to be made on the operating system, resulting in faster allocation and de-allocation. Specifications for the use of CA-C Runtime are presented in solution-specific documentation as is necessary.