Oh, and it's amd64.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Mar 1 2011
Mar 1 2011
I mean the J flag from malloc(3), which is in effect by default on -CURRENT:
J Each byte of new memory allocated by malloc(), realloc(), or reallocf() will be initialized to 0xa5. All memory returned by free(), realloc(), or reallocf() will be initialized to 0x5a. This is intended for debugging and will impact performance nega‐ tively.