xo-alloc2: make AAllocator.name() -> string_view

This commit is contained in:
Roland Conybeare 2025-12-12 14:40:16 -05:00
commit 8d0af9a0e3
6 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@ namespace xo {
namespace mm {
const std::string &
std::string_view
IAllocator_DArena::name(const DArena & s) noexcept {
return s.config_.name_;
}