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