IritFree

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

IritFree()  

SYNOPSIS

misc_lib/imalloc.c:349

void IritFree(VoidPtr p)
 

DESCRIPTION

Routine to free dynamic memory for all IRIT program/tool/libraries. All requests to free dynamic memory should invoke this function. If the environment variable "IRIT_MALLOC" is set when an IRIT program is executed, the consistency of the dynamic memory is tested on every invokation of this routine. See IritTestAllDynMemory function for more.  

PARAMETERS:

p: Pointer to a block that needs to be freed.  

FUNCTION RETURN VALUE

void  

SEE ALSO

IritMalloc, IritRealloc, IritTestAllDynMemory, IritDebugMallocReset, , IritDebugMallocSearchPtr, IritDebugMallocAllocated,

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
SEE ALSO
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:28:09 GMT, July 20, 2024