summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory/unittests/ref_ut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YT-18571: Drop TSharedRef::FromString(const char* str)babenko2026-07-111-1/+1
| | | | | | | | | Rationale: all overloads of `TSharedRef::FromString` must remain cheap and don't copy any payload. Remove the zero-terminated C string overload of `TSharedRef::FromString`. Callers passing a string literal should use `std::string/TString` explicitly. #| || **<a href="https://nda.ya.ru/t/-VG7qyBv7iD8vm" target="_blank">![](https://nda.ya.ru/t/mAiQIjHx7Mm3JC =30x) Echo tests</a>** || |# commit_hash:1a6718abcbe4e6a8f58592f55de8c37ceb2b73d3
* Add TSharedMutableRef::AllocateViaMmapbabenko2026-06-121-0/+85
| | | | commit_hash:1666d5c27b2dfe54460efdc686d98ad955b0c4f1
* Support Save/Load TYsonStringyurial2023-11-161-0/+22