Skip to content
  • Ian Lynagh's avatar
    When debugging, have the allocator help us a bit · d5265047
    Ian Lynagh authored
    We now check for freeing memory that isn't allocated, and overwrite memory
    we are about to free with 0xaa.
    It might be nice to also have a flag to control whether the memory
    actually gets free'd.
    d5265047