libumem:
–
0xbaddcafe
- memory that has been allocated, but not initialized
–
0xdeadbeef
- memory that has been freed
–
0xfeedfacefeedface
- redzone memory around a memory allocation block (8 bytes)
It's a debugging measure.