Skip to content

Commit d574947

Browse files
authored
Merge pull request #4060 from oold/patch-1
crtsetdbgflag.md: _CrtCheckMemory is not called by default
2 parents c01a68e + fc30b21 commit d574947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/crtsetdbgflag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can specify how often the C run-time library performs validation of the debu
5757
|`_CRTDBG_CHECK_EVERY_1024_DF`|1024|
5858
|`_CRTDBG_CHECK_DEFAULT_DF`|0 (by default, no heap checks)|
5959

60-
By default, **`_CrtCheckMemory`** is called once every 1,024 times you call **`malloc`**, **`realloc`**, **`free`**, and **`_msize`**.
60+
By default, **`_CrtCheckMemory`** is never called.
6161

6262
For example, you could specify a heap check every 16 **`malloc`**, **`realloc`**, **`free`**, and **`_msize`** operations with the following code:
6363

0 commit comments

Comments
 (0)