|
ASN1C C/C++ Common Runtime
ASN1C v7.8.x
|
#include "rtxsrc/rtxContext.h"#include "rtxsrc/rtxDiag.h"#include "rtxsrc/rtxError.h"#include "rtxsrc/rtxMemory.h"Go to the source code of this file.
Classes | |
| class | OSRTContext |
| class | OSRTCtxtPtr |
| class | OSRTElemNameGuard |
Functions | |
| void * | operator new (size_t nbytes, OSCTXT *pctxt) |
| void | operator delete (void *pmem, OSCTXT *pctxt) |
C++ run-time context class definition.
| void operator delete | ( | void * | pmem, |
| OSCTXT * | pctxt | ||
| ) |
Custom placement delete function to free memory using context memory-management functions.
| void* operator new | ( | size_t | nbytes, |
| OSCTXT * | pctxt | ||
| ) |
Custom placement new function to allocate memory using context memory-management functions.