Skip to content

Instantly share code, notes, and snippets.

@rptynan
rptynan / hello-array.o-allocsites.c
Created April 26, 2017 15:37
root@feast-1 /u/l/s/liballocs # ❯❯❯ gmake -f tools/Makefile.allocsites /usr/lib/allocsites/usr/local/src/part2-dissertation-code/libcrunchk/test/hello-array/hello-array.o-allocsites.c 2>! /tmp/stderr 1>! /tmp/stdout
struct allocsite_entry
{
void *next;
void *prev;
void *allocsite;
struct uniqtype *uniqtype;
};
struct allocsite_entry allocsites[] = {
{ (void*)0, (void*)0, (void*)0, (struct uniqtype *)0 }