index
:
ydb
add-upcoming-event-1
alexv-smirnov-patch-1
alexv-smirnov1
blinkov-patch-1
docs-dont-link-to-archived-go-sdk
docs-drop-unused-files
docs-gtm
docs-quickstart-add-mkdir
docs-yfm-link
fix-header-ident-bloom
get_cmakelists2
license-year-2023
mai
main
readme-linkedin-link
readme-links-update
readme-social-update
roadmap
stable-22-2
stable-22-4
stable-22-5
stable-23-1
stable-23-2
stable-23-3
Mirror of YDB github repos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
library
/
cpp
/
yt
/
memory
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cosmetics: fix typos in docstrings and comments
gearonixx
10 days
2
-2
/
+2
*
Fix babenko-issues
dann239
2026-05-12
1
-1
/
+1
*
Intermediate changes
robot-piglet
2026-04-30
1
-1
/
+1
*
Add Abseil-compatible support hashers
babenko
2026-04-27
2
-1
/
+19
*
Poison memory in allocation holders
sabdenovch
2026-04-22
4
-0
/
+41
*
Revert commit rXXXXXX, Poison memory in allocation holders
sabdenovch
2026-04-20
1
-4
/
+0
*
Poison memory in allocation holders
sabdenovch
2026-04-20
1
-0
/
+4
*
Fix some use-after-move bugs
pavook
2026-04-17
1
-1
/
+1
*
YT-27872: Refactor BIND to fix ODR violations
dann239
2026-04-03
4
-21
/
+9
*
YT-18571: Turn TPackedPtr into a strong typedef
babenko
2026-03-14
4
-12
/
+17
*
YT-27634: Annotate DCAS with TSAN intrinsics
sabdenovch
2026-03-13
2
-3
/
+97
*
Fix TFreeList and its unittests for 32 bit platform
babenko
2026-03-13
3
-35
/
+85
*
Intermediate changes
robot-piglet
2026-03-13
1
-4
/
+4
*
32-bit compatible library/cpp/yt/memory
babenko
2026-03-13
3
-3
/
+17
*
YT-18571: Don't use tagged/packed ptrs in Hazard Pointers
babenko
2026-03-12
1
-7
/
+9
*
YT-27421, YT-27419, YT-27420: Fix data race in GetDataStatistics
babenko
2026-03-06
4
-0
/
+228
*
Even better tracking of memory in range inferrer
sabdenovch
2026-03-05
1
-9
/
+18
*
Add noexcept to move constuctors and assignments - leftovers #3
osidorkin
2026-03-04
5
-7
/
+7
*
Intermediate changes
robot-piglet
2026-03-03
1
-2
/
+2
*
Add noexcept to move constuctors and assignments
osidorkin
2026-03-03
11
-21
/
+21
*
Replace DangerousGetPtr with TWeakPtr
babenko
2026-03-01
2
-7
/
+84
*
YT-27536: Fix (seemingly benign) race in TTwoLevelFairShareQueue
babenko
2026-02-28
3
-227
/
+331
*
YT-22792 Support heterogeneous lookup for intrusive pointers
dann239
2026-02-18
2
-46
/
+91
*
Add direct includes required by internal libcxx changes in library
mikhnenko
2026-02-10
1
-0
/
+1
*
Do not copy holder ptr in TSharedMutableRange::GetHolder
pechatnov
2026-01-28
1
-2
/
+2
*
YT-27061: Make OKFuture constinit
babenko
2026-01-02
1
-1
/
+1
*
YT-25976: fix blocks alignment in io requests
vvshlyaga
2025-12-04
2
-0
/
+51
*
Allow implicit cast from TIntrusivePtr<T> to TIntrusivePtr<const T>
kvk1920
2025-11-17
2
-12
/
+30
*
YT-18571: Fixed range construction from span
koloshmet
2025-10-21
1
-1
/
+1
*
Do not get ref counter when copy weak ptr
thenewone
2025-09-25
3
-17
/
+75
*
Fix potential pointers overflow
mikhnenko
2025-09-12
1
-1
/
+5
*
Fix `-Wignored-qualifiers` improved in clang20 in library
mikhnenko
2025-09-12
1
-3
/
+3
*
babenko cosmetic
nadya02
2025-08-15
4
-5
/
+5
*
YT-18571: Cosmetics for YT_DEFINE_STRONG_TYPEDEF
h0pless
2025-08-11
1
-2
/
+2
*
Fix TSharedRefArray::AreBitwiseEqual
babenko
2025-08-02
1
-1
/
+1
*
Introduce TSharedRefArray::AreBitwiseEqual
babenko
2025-08-01
2
-0
/
+18
*
Clang 20 has no construtor uintptr_t form nullptr
mikhnenko
2025-07-31
1
-1
/
+1
*
Add missing include
babenko
2025-06-24
1
-0
/
+2
*
YT-25312: Fix TWithExtraSpace::GetExtraSpace to handle zero returned by mallo...
babenko
2025-06-22
3
-5
/
+15
*
Restore measuring the memory usage of write-table queries.
nadya02
2025-06-11
4
-4
/
+152
*
YT-25226: Pass new job resources to node
pogorelov
2025-06-09
3
-0
/
+51
*
YT-24485: Support extra gang jobs
pogorelov
2025-05-19
1
-1
/
+1
*
YT-24913: Split memory tracker
nadya02
2025-05-16
5
-565
/
+12
*
Cosmetics
babenko
2025-05-10
1
-2
/
+8
*
Typo in ref_counted.h
Alexey Arkhipenko
2025-04-25
1
-1
/
+1
*
QL joins refactoring
sabdenovch
2025-04-08
1
-0
/
+1
*
YT-23989: Track memory in TChunkedOutputStream
nadya02
2025-03-17
2
-4
/
+26
*
YT-23989: Move memory tracker to library/cpp/yt
nadya02
2025-03-14
4
-0
/
+588
*
Better memory poisoning helpers
babenko
2025-03-05
3
-42
/
+61
*
Add poisoning helpers
babenko
2025-03-04
6
-1
/
+162
[next]