APL Memory Management Interfaces
The following interfaces/APIs provide
memory management services.
Thin Alloc
This interface provides an allocate-only memory interface.
Malloc
This interface provides the traditional malloc and free
functionality.
Memory Pools
This interface provides methods for creating and using
fixed-block size memory pools.
|