#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:

Go to the source code of this file.
Functions | |
| void | corrected_free (void *ptr) |
|
|
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 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001