aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory
Commit message (Expand)AuthorAgeFilesLines
* YT-23989: Track memory in TChunkedOutputStreamnadya022025-03-172-4/+26
* YT-23989: Move memory tracker to library/cpp/ytnadya022025-03-144-0/+588
* Better memory poisoning helpersbabenko2025-03-053-43/+62
* Add poisoning helpersbabenko2025-03-046-1/+162
* Fix UB in chunked memory poolnadya732025-02-061-10/+12
* YT-24135: Check for oom in TBlob::DoAllocateponasenko-rs2025-02-051-1/+11
* Disambiguate call for windows platformngc2242025-02-041-1/+1
* Babenkoed: Shadow Warssabdenovch2025-01-163-8/+10
* Add direct includes in librarymikhnenko2025-01-132-0/+3
* Cosmeticsdtorilov2025-01-111-3/+3
* YT-23859: Various memory tracking improvementssabdenovch2024-12-253-2/+12
* Adapt type erasure to clang-16 compiler bugarkady-e1ppa2024-12-191-5/+16
* Intermediate changesrobot-piglet2024-12-191-1/+1
* Use AnyObject to remove type erasure logic from yt/yt/corearkady-e1ppa2024-12-173-7/+19
* Fix various issuespogorelov2024-12-064-2/+231
* YT-23698: Check size of ref counted objectslukyan2024-12-041-0/+4
* Intermediate changesrobot-piglet2024-12-044-0/+1462
* Intermediate changesrobot-piglet2024-11-291-4/+0
* Add TSharedRef::FromString overloads for std::stringbabenko2024-11-113-9/+52
* Better diagnostics in AbortProcess(Silently|Dramatically)babenko2024-11-064-9/+29
* add ::element_type, .get() to smart pointers for better compatibility with stdpavook2024-11-044-0/+22
* Fix disabling ref counted trackingnastprol2024-10-172-0/+8
* Drop redundant MarkAsIntentionallyLeakedbabenko2024-10-081-3/+0
* Assume LSan is always enabled in ASan buildsbabenko2024-10-083-4/+4
* Remove Size, Empty and Data usages from librarymikhnenko2024-10-041-1/+1
* Add an option to disable refcounted trackingnastprol2024-09-252-0/+8
* Intermediate changesrobot-piglet2024-09-231-38/+53
* Fix TAtomicIntrusivePtr::Reset for lsanbabenko2024-09-231-1/+0
* Make TAtomicIntrusivePtr lsan-friendlybabenko2024-09-233-26/+134
* Fix typo in library/cpp/yt/memoryponasenko-rs2024-09-232-3/+3
* Increase RC size to 64 bitsbabenko2024-09-213-14/+13
* More assertions in refcountersbabenko2024-09-213-8/+32
* YT-22593: Switch (some) trace context tags to std::string and refactor code a...babenko2024-09-094-0/+67
* Check malloc result for null; add TryNew* for overloads involving custom allo...babenko2024-08-302-31/+82
* YT-22603 Improve error message when all replicas are bannedgryzlov-ad2024-08-271-1/+1
* YT-21233: Split error into error and stripped_error to rid the latter of deps...arkady-e1ppa2024-08-153-17/+68
* Support std::string serializationbabenko2024-08-112-1/+9
* Dont generate ctors for TRange & TMutableRange if protobuf cant handle itnechda2024-08-063-2/+90
* YT-22414: Remove MakeRange, MakeMutableRangemelkov2024-08-051-126/+0
* Refactor and unify exit codesbabenko2024-08-022-0/+7
* YT-22414: Prepare to use TRange constructor directly instead of MakeRangemelkov2024-08-013-4/+48
* Fix TRange-from-std::vector ctorbabenko2024-07-221-1/+1
* Fix checking stale local pointer in the first iteration of cycle in TAtomicIn...ponasenko-rs2024-07-162-5/+8
* Cosmeticsdtorilov2024-06-262-4/+4
* YT-21868: Refactor NYT::Formatarkady-e1ppa2024-06-072-12/+16
* Intermediate changesrobot-piglet2024-05-084-0/+236
* Fix ASAN issues in GetTlsScratchBufferbabenko2024-05-051-7/+10
* YT-21566: Access thread local variables via noinline functionslukyan2024-04-262-8/+7
* Move concepts to library/cpp/yt/misc/concepts.harkady-e1ppa2024-04-211-28/+4
* Avoid passing columnPresenceBuffer aroundbabenko2024-04-192-0/+48