XieFree(3X) — Subroutines
Digital
NAME
XieFree − This routine deallocates the memory allocated using the XieMalloc, XieCalloc, and XieRealloc routines.
C Format
null = XieFree(ptr)
C Argument Information
void ∗null;
char ∗ptr;
RETURN VALUES
Returns a null pointer.
PARAMETERS
ptrThe ptr argument specifies the pointer to the address of the block of memory you want to deallocate.
DESCRIPTION
This routine deallocates the memory allocated using the XieMalloc, XieCalloc, and XieRealloc routines.
XIE Events and Error Messages
Protocol Messages: None
XIE event returned: None
XieLib errors: Returns a null if the routine cannot allocate the memory
XieServer errors: None