Sat Jul 02 00:09:05 2011TONYC [...] cpan.org - Ticket created
Subject:
Imager's debug malloc code has an allocation comment, use it
Date:
Sat, 2 Jul 2011 14:08:55 +1000
To:
bug-Imager [...] rt.cpan.org
From:
tonyc [...] cpan.org
An allocation entry is:
typedef struct {
void* ptr;
size_t size;
char comm[MAXDESC];
} malloc_entry;
but nothing sets the comment field.
mymalloc() variants should be added that do and they should be used.
Wed Jul 20 02:41:48 2011TONYC [...] cpan.org - Priority changed from (no value) to '80'