Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 241c2e9

Browse files
author
Michael W. Hudson
committed
Remove another lie.
1 parent 847f375 commit 241c2e9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/ext/extending.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -818,10 +818,8 @@ \section{Reference Counts
818818
dynamic allocation and deallocation of memory on the heap. In C,
819819
this is done using the functions \cfunction{malloc()} and
820820
\cfunction{free()}. In \Cpp, the operators \keyword{new} and
821-
\keyword{delete} are used with essentially the same meaning; they are
822-
actually implemented using \cfunction{malloc()} and
823-
\cfunction{free()}, so we'll restrict the following discussion to the
824-
latter.
821+
\keyword{delete} are used with essentially the same meaning and
822+
we'll restrict the following discussion to the latter.
825823

826824
Every block of memory allocated with \cfunction{malloc()} should
827825
eventually be returned to the pool of available memory by exactly one

0 commit comments

Comments
 (0)