buf += UNDRRNVAL;
malloc_pointers[i].ptr = buf;
malloc_pointers[i].size = size;
+#ifdef IMAGER_SNPRINTF
+ snprintf(malloc_pointers[i].comm, sizeof(malloc_pointers[i].comm),
+ "%s (%d)", file, line);
+#else
sprintf(malloc_pointers[i].comm,"%s (%d)", file, line);
+#endif
return buf;
}