<< SL_MHFree | SL_MHShrink >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_MHGrow
NAME
SL_MHGrow -- increases the size of a memory handle.
SYNOPSIS
success = SL_MHGrow(memhandle, size);
D0 A0 D0
SLFLAG SL_MHGrow(MEMHANDLE, SLMSIZE);
FUNCTION
Increases the size of a memory handle's memory by size bytes.
INPUTS
memhandle - as returned by SL_MHAlloc.
size - the number of bytes to "grow" the memory handle.
RESULTS
success - TRUE if the growth was successfull.
FALSE if the growth could not be made. One Possible reason
for failure is an out of memory situation.
SEE ALSO
SL_MHAlloc, SL_MHFree, SL_MHShrink, SL_MHRealloc, SL_MHLock, SL_MHUnlock, SL_SetMHAttr, SL_GetMHAttr.
SL_MHGrow Command Section By Type url:SL_MHGrow
created:2008-03-01 23:36:25 last updated:2008-03-01 23:36:25
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_MHGrow | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_MHFree | SL_MHShrink >> |
Top: Documentation Library | Up: SoftLogik App Library API |