summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory/ya.make
Commit message (Collapse)AuthorAgeFilesLines
* Add ExactRefCountedCast and TRef::Containsbabenko2026-06-241-0/+6
| | | | | | | | | Some handy helpers. `ExactRefCountedCast<T>(p)`: exact-type downcast for `New<T>()`-allocated objects. `New<T>(`) builds a final `TRefCountedWrapper<T>`, so this casts to the wrapper and upcasts back to `T*`; being final, the `dynamic_cast` lowers to a single `type_info` compare (~2ns vs ~20ns for the is-a path). `TRef::Contains(other)`: true iff other's range lies within this range. commit_hash:138e8719b8ecbd953437b81380e54f736db029ef
* Add TSharedMutableRef::AllocateViaMmapbabenko2026-06-121-0/+2
| | | | commit_hash:1666d5c27b2dfe54460efdc686d98ad955b0c4f1
* babenko cosmeticnadya022025-08-151-1/+1
| | | | commit_hash:691cdf0de0f155c0c9076507a291a0c4f32a6065
* YT-23989: Move memory tracker to library/cpp/ytnadya022025-03-141-0/+1
| | | | commit_hash:5dad6ada81567dcb5da6ef1efe47e1738196d219
* Add poisoning helpersbabenko2025-03-041-0/+1
| | | | commit_hash:af266bdf36204a4190b491ea5c45455457030edf
* Better diagnostics in AbortProcess(Silently|Dramatically)babenko2024-11-061-0/+1
| | | | commit_hash:7bbc13afbd569ca9bb064aed656c12644fd2de96
* Fix disabling ref counted trackingnastprol2024-10-171-0/+4
| | | | commit_hash:8552424a0dfce80a71c406632beba95646bf5b3e
* YT-22593: Switch (some) trace context tags to std::string and refactor code ↵babenko2024-09-091-0/+1
| | | | | | around [TRIVIAL] 643d86a500b7db9df11009f54364b468b29a409a
* Refactor and unify exit codesbabenko2024-08-021-0/+1
| | | | ec1d0c473e709e8aad76b4e190a75ad4125a9ce2
* Add explicit sanitizer dependencies up to marketreshilkin2023-07-261-0/+1
|
* add ymake export to ydbalexv-smirnov2023-06-131-0/+40
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-281-38/+0
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-151-0/+38
|
* intermediate changesarcadia-devtools2022-03-151-31/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.babenko2022-02-101-6/+6
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.babenko2022-02-101-6/+6
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.lukyan2022-02-101-25/+25
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.lukyan2022-02-101-25/+25
|
* intermediate changesDevtools Arcadia2022-02-071-0/+31
ref:cde9a383711a11544ce7e107a78147fb96cc4029