Use VirtualProtect like SafeMM does
Brought to you by:
pierre_le_riche
Is it possible to protect freed memory from reads with VirtualProtect, so you get an AV if you use (read, write etc) a destroyed object?
SafeMM uses VirtualProtect for this, would be nice if FastMM could also use this, so you get an even better MM for debugging!