summaryrefslogtreecommitdiff
path: root/Kernel/KString.h
AgeCommit message (Expand)Author
2021-06-02Kernel: Add operator delete for KStringGunnar Beutner
2021-06-02Kernel: Make KString non-copyable and non-movableGunnar Beutner
2021-05-31Kernel: Add KString::must_{..} factory methodsBrian Gianforcaro
2021-05-28Kernel: Add KString, a single-owner string with OOM failure exposionAndreas Kling