Guest User

Untitled

a guest
Jul 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. J Each byte of new memory allocated by malloc(), realloc() or
  2. reallocf() will be initialized to 0xa5. All memory returned by
  3. free(), realloc() or reallocf() will be initialized to 0x5a.
  4. This is intended for debugging and will impact performance nega-
  5. tively.
Add Comment
Please, Sign In to add comment