ILE CEE APIs are provided for all heap operations. Applications can be written using either the storage management APIs, language-intrinsic functions, or both.
The storage management APIs fall into the following categories:
Free Storage (CEEFRST) API frees one previously allocated heap storage.
Get Heap Storage (CEEGTST) API allocates storage within a heap.
Reallocate Storage (CEECZST) API changes the size of previously allocated storage.
Create Heap (CEECRHP) API creates a new heap.
Discard Heap (CEEDSHP) API discards an existing heap.
Mark Heap (CEEMKHP) API returns a token that can be used to identify heap storage to be freed by the CEERLHP API.
Release Heap (CEERLHP) API frees all storage allocated in the heap since the mark was specified.
Define Heap Allocation Strategy (CEE4DAS) API defines an allocation strategy that determines the attributes for a heap created with the CEECRHP API.
|
Top
| Condition Management APIs Activation Group and Control Flow APIs | Date and Time APIs | Math APIs Message Services APIs | Program or Procedure Call APIs | ILE CEE APIs APIs by category |
| [Information Center Home Page | Feedback ] | [Legal | AS/400 Glossary] |