Skip to content

Conversation

@Fr0sT-Brutal
Copy link
Contributor

Using HEAP_ZERO_MEMORY parameter of HeapAlloc function we can fill all the struct contents with zeros thus removing possible bugs with uninitialized members and slightly shortening/speeding up the code

Using HEAP_ZERO_MEMORY parameter of HeapAlloc function we can fill all the struct contents with zeros thus removing possible bugs with uninitialized members and slightly shortening/speeding up the code
fancycode added a commit that referenced this pull request Mar 13, 2015
Zero the memory allocated in the heap
@fancycodefancycode merged commit 0ce2454 into fancycode:masterMar 13, 2015
@Fr0sT-BrutalFr0sT-Brutal deleted the patch-1 branch March 16, 2015 08:18
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Fr0sT-Brutal@fancycode