!
! Heap management utilities in the IMP library.
!
! Note that NEW and DISPOSE are not included here because
! they appear in the standard predef file.
!
%externalintegerfnspec Get Space %alias "3L_GET_SPACE"(%integer Bytes)
%externalroutinespec Free Space %alias "3L_FREE_SPACE"(%integer Bytes, Where)

%externalstring(*)%mapspec Heap String %alias "3L_IMP_HEAP_STRING" -
                                          (%string(255) S)
