Oliver wrote:
Anyone know what this is in the code for?

#ifdef _DEBUG
    memset( pMemory, 0xDD, sizeof(T) );
#endif


I haven't looked at the code, but DD is probably a magic value for the
purpose of seeing how memory was used. In other words, if the DD is
still there later, the program can tell whether or not the memory was
used or written over with something else.

--
Jorge "Vino" Rodriguez


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to