Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 69246
Status: resolved
Priority: 80/
Queue: Imager

People
Owner: Nobody in particular
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.84
Fixed in: (no value)



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.
This is being used for the file/line number, so it's being used.