cur_af = total_alloc - total_free;
grow_af = cur_af - base_af;
grow_acc = accounted - base_accounted;
- log_info("Leakage: %u leaked. growth: %u use, %u acc, %u heap",
- (unsigned)(grow_af - grow_acc), (unsigned)grow_af,
+ log_info("Leakage: %d leaked. growth: %u use, %u acc, %u heap",
+ (int)(grow_af - grow_acc), (unsigned)grow_af,
(unsigned)grow_acc, (unsigned)(heap - base_heap));
}
- iterator should not detach target queries that it still could need.
the protection against multiple outstanding queries is moved to a
current_query num check.
- - validator nodata tests.
+ - validator nodata, positive tests.
+ - dname print can print '*' wildcard.
30 August 2007: Wouter
- fixup override date config option.