CRT内存调试标记

  1. static unsigned char _bNoMansLandFill = 0xFD; /* fill no-man's land with this */
  2. static unsigned char _bDeadLandFill = 0xDD; /* fill free objects with this */
  3. static unsigned char _bCleanLandFill = 0xCD; /* fill new objects with this */

 

image

你可能感兴趣的:(内存)