https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b220bc095a3f588f43238f6e727db848e0318903 authored by dannephoto on 24 May 2017, 02:40:09 UTC
autopsy misses
Tip revision: b220bc0
README.rst
malloc checker
===============

This module is for reliability checks to the malloc subsystem.
One check allocates a block of predefined size and checks if the content is getting altered.
Some other check is flooding the memory subsystem with malloc/free calls.

This module appears in menu under Debug -> Burn-in tests.

:License: GPL
:Summary: malloc reliability checks
:Authors: g3gg0
back to top