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

vxnewdel.cc File Reference

Go to the source code of this file.

Functions

void __builtin_delete (void *)
void * __builtin_new (unsigned int)
void __dl (void *ptr)
void * __nw (unsigned int size)


Function Documentation

void __builtin_delete void *   
 

Referenced by __dl().

void* __builtin_new unsigned    int
 

Referenced by __nw().

void __dl void *    ptr
 

Definition at line 9 of file vxnewdel.cc.

00010 {
00011   __builtin_delete (ptr);
00012 }

void* __nw unsigned int    size
 

Definition at line 15 of file vxnewdel.cc.

00016 {
00017   return __builtin_new (size);
00018 }


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