store_memory      616 contrib/libtests/pngvalid.c    struct store_memory *list;    /* List of allocated memory */
store_memory     1305 contrib/libtests/pngvalid.c    struct store_memory *next;    /* Singly linked list */
store_memory     1377 contrib/libtests/pngvalid.c          store_memory *next = pool->list;
store_memory     1421 contrib/libtests/pngvalid.c    store_memory *new = voidcast(store_memory*, malloc(cb + (sizeof *new) +
store_memory     1470 contrib/libtests/pngvalid.c    store_memory *this = voidcast(store_memory*, memory), **test;