28 #define epicsAssertAuthor "Jeff Hill johill@lanl.gov" 40 const char * pChannelName,
const char * pAcc ) :
41 dnsTransaction ( engine.createTransaction () ), cb ( cbIn )
43 strncpy ( this->acc, pAcc,
sizeof ( this->acc ) );
44 this->acc[
sizeof ( this->acc ) - 1 ] =
'\0';
62 void * msgForMultiplyDefinedPV::operator
new (
size_t size,
65 return freeList.allocate ( size );
68 #ifdef CXX_PLACEMENT_DELETE 69 void msgForMultiplyDefinedPV::operator
delete (
void *pCadaver,
76 void msgForMultiplyDefinedPV::operator
delete (
void * )
83 errlogPrintf (
"%s:%d this compiler is confused about placement delete - memory was probably leaked",
int errlogPrintf(const char *pFormat,...)