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) |
|
|
Referenced by __dl().
|
|
|
Referenced by __nw().
|
|
|
Definition at line 9 of file vxnewdel.cc. 00010 {
00011 __builtin_delete (ptr);
00012 }
|
|
|
Definition at line 15 of file vxnewdel.cc. 00016 {
00017 return __builtin_new (size);
00018 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001