some initial steps towards fre list based memory management

This commit is contained in:
Jeff Hill
2002-12-06 00:05:55 +00:00
parent 467ff91c4f
commit cd52995cfa
38 changed files with 928 additions and 812 deletions

View File

@@ -18,10 +18,6 @@
LOCAL int parseDirectoryFile (const char *pFileName);
LOCAL int parseDirectoryFP (FILE *pf, const char *pFileName);
#ifndef TRUE
#define TRUE 1
#endif
#ifndef INADDR_NONE
#define INADDR_NONE (~0ul)
#endif
@@ -152,7 +148,7 @@ LOCAL int parseDirectoryFP (FILE *pf, const char *pFileName)
int nPV=0;
ipa.sin_family = AF_INET;
while (TRUE) {
while ( true ) {
//
// parse the PV name entry from the file

View File

@@ -175,7 +175,7 @@ caStatus exVectorPV::updateValue(smartConstGDDPointer pValueIn)
//
// Check bounds of incoming request
// (and see if we are replacing all elements -
// replaceOk==TRUE)
// replaceOk==true)
//
// Perhaps much of this is unnecessary since the
// server lib checks the bounds of all requests