Browse Source

+ added Reallocmem to list of allocation routines

carl 24 years ago
parent
commit
b08f72ffa8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/prog.tex

+ 2 - 2
docs/prog.tex

@@ -3877,7 +3877,7 @@ should do thereafter (cf. \seet{Heaperrorresult}).
  Value returned & Memory manager action \\
  \hline
      0		& Generates a runtime error 203 \\
-     1		& \var{GetMem} and \var{New} returns \var{nil} \\
+     1		& \var{GetMem},\var{ReallocMem} and \var{New} returns \var{nil} \\
      2		& Try allocating the memory block once again \\
 \hline
 \end{FPCltable}
@@ -3908,7 +3908,7 @@ in \seet{growheapnil}.
     value		 & manager action \\
 \hline  
      FALSE	        & (The default) Runtime error 203 generated \\
-     TRUE 		& \var{GetMem} and \var{New} returns \var{nil} \\
+     TRUE 		& \var{GetMem}, \var{ReallocMem} and \var{New} returns \var{nil} \\
 \hline
 \end{FPCltable}