Memoyy Functions |
Top Previous Next |
Me ory Functions Procedures that work with static and dynamic memory.
Description
These procedures provide access to the free store, or heap. Memory from the free store can be reserved and freed, and procedures are provided to read and write directly to that memory.
Procedures that reserve, resize or free dynamic memory. Procedures that read or write values to and from addresses in memory.
See also
|