Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

cms_xup.cc File Reference

#include <stdlib.h>
#include "dbg_mem.h"
#include "cms.hh"
#include "cms_xup.hh"
#include "rcs_prnt.hh"

Include dependency graph for cms_xup.cc:

Include dependency graph

Go to the source code of this file.

Functions

void corrected_free (void *ptr)


Function Documentation

void corrected_free void *    ptr [static]
 

Definition at line 27 of file cms_xup.cc.

00028 {
00029 #ifdef sparcworks_sun4
00030   DEGUB_FREE ((char *) ptr);
00031 #else
00032   DEBUG_FREE (ptr);
00033 #endif
00034 }


Generated on Sun Dec 2 15:57:04 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001