emeryberger/Hoard

Turn off banner in STDERR

poige opened this issue · 4 comments

poige commented

I don't really find it any useful or even common for allocators to report they're being put in use, what's the logical reasoning behind it?

It can sometimes be difficult to tell if a replacement allocator is in use (except by timing). This makes it obvious. It has advantages and disadvantages. It would be possible to disable it (ideally at compile-time).

poige commented

No one else is doing that.

For those who need details there's pmap that handles most of cases.

Fair enough. Certainly not a problem to disable it.

Disabled with de06b8b