提交 de73e397 编写于 作者: R Richard Levitte

Added a comment about Win32.

上级 cbfa4c32
...@@ -174,10 +174,10 @@ ...@@ -174,10 +174,10 @@
deallocation routines to be used by OpenSSL, for example memory deallocation routines to be used by OpenSSL, for example memory
pool implementations, or something else, which was previously hard pool implementations, or something else, which was previously hard
since Malloc(), Realloc() and Free() were defined as macros having since Malloc(), Realloc() and Free() were defined as macros having
the values malloc, realloc and free, respectively. Also, The same the values malloc, realloc and free, respectively (except for Win32
is provided for memory debugging code. OpenSSL already comes with compilations). The same is provided for memory debugging code.
functionality to find memory leaks, but this gives people a chance OpenSSL already comes with functionality to find memory leaks, but
to debug other memory problems. this gives people a chance to debug other memory problems.
With these changes, a new set of functions and macros have appeared: With these changes, a new set of functions and macros have appeared:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册