]> granicus.if.org Git - neomutt/commit
test: templates for memory functions
authorRichard Russon <rich@flatcap.org>
Sun, 28 Apr 2019 11:37:15 +0000 (12:37 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 30 Apr 2019 10:22:04 +0000 (11:22 +0100)
commit4d3ca26be8909235104bc6321fcd934e59c47409
tree8177255238804696b6e117cac473ad39fc07333a
parent068714f90e53538293169121d6e811046b89d024
test: templates for memory functions
.gitignore
test/Makefile.autosetup
test/memory/main.c [new file with mode: 0644]
test/memory/mutt_mem_calloc.c [new file with mode: 0644]
test/memory/mutt_mem_free.c [new file with mode: 0644]
test/memory/mutt_mem_malloc.c [new file with mode: 0644]
test/memory/mutt_mem_realloc.c [new file with mode: 0644]