Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XieFree(3X) — OSF/1 X2.0-8 MIPS

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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
 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026