From 5365728462076834832090072788972585260876 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 12 Feb 2025 17:06:31 -0500 Subject: [SharedCache] Use StringRef for performance --- view/sharedcache/api/sharedcacheapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/api/sharedcacheapi.h') diff --git a/view/sharedcache/api/sharedcacheapi.h b/view/sharedcache/api/sharedcacheapi.h index 50d2b382..712cc98e 100644 --- a/view/sharedcache/api/sharedcacheapi.h +++ b/view/sharedcache/api/sharedcacheapi.h @@ -126,7 +126,7 @@ namespace SharedCacheAPI { struct DSCSymbol { uint64_t address; - std::string name; + BinaryNinja::StringRef name; std::string image; }; -- cgit v1.3.1