https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 96e07b0966c9685a029e943620c4abba455067ec authored by alex@thinkpad on 01 May 2017, 00:13:23 UTC
mem.c: disabled double free assert (it still gets overwritten by some deallocators)
Tip revision: 96e07b0
Makefile

# define the module name - make sure name is max 8 characters
MODULE_NAME=mem_chk
MODULE_OBJS=mem_chk.o

# include modules environment
include ../Makefile.modules
back to top