CA C Runtime is a runtime facility with reentry 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 means that fewer calls need to be made on the operating system. The result is faster allocation and de-allocation. The routines used are grouped under the CA service code, F331.
Important! CA C Runtime is required for CA Dispatch.
Some of the features of CA‑C Runtime are:
|
Copyright © 2011 CA.
All rights reserved.
|
|