nastprol e4a44c558f Add an option to disable refcounted tracking 3 дней назад
..
unittests f377199cf3 Intermediate changes 5 дней назад
allocation_tags.h d3e48fe4fe YT-22593: Switch (some) trace context tags to std::string and refactor code around [TRIVIAL] 2 недель назад
allocation_tags_hooks.cpp d3e48fe4fe YT-22593: Switch (some) trace context tags to std::string and refactor code around [TRIVIAL] 2 недель назад
allocation_tags_hooks.h d3e48fe4fe YT-22593: Switch (some) trace context tags to std::string and refactor code around [TRIVIAL] 2 недель назад
atomic_intrusive_ptr-inl.h 0919657ac0 Fix TAtomicIntrusivePtr::Reset for lsan 5 дней назад
atomic_intrusive_ptr.h d1ac45800f Make TAtomicIntrusivePtr lsan-friendly 5 дней назад
blob.cpp cf44a2f71e Fix typo in library/cpp/yt/memory 5 дней назад
blob.h cf44a2f71e Fix typo in library/cpp/yt/memory 5 дней назад
chunked_input_stream.cpp 85dbae30a8 More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput to library 1 год назад
chunked_input_stream.h 85dbae30a8 More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput to library 1 год назад
chunked_memory_allocator-inl.h 85dbae30a8 More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput to library 1 год назад
chunked_memory_allocator.cpp 85dbae30a8 More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput to library 1 год назад
chunked_memory_allocator.h 458c063b72 Fix build using cl.exe 1 год назад
chunked_memory_pool-inl.h 23b7c61b38 Refactor and unify exit codes 1 месяц назад
chunked_memory_pool.cpp e4a44c558f Add an option to disable refcounted tracking 3 дней назад
chunked_memory_pool.h 5d0a317b3f YT-22603 Improve error message when all replicas are banned 1 месяц назад
chunked_memory_pool_allocator-inl.h 8d75e621e2 Intermediate changes 1 год назад
chunked_memory_pool_allocator.h 8d75e621e2 Intermediate changes 1 год назад
chunked_memory_pool_output.cpp 85dbae30a8 More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput to library 1 год назад
chunked_memory_pool_output.h 85dbae30a8 More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput to library 1 год назад
chunked_output_stream.cpp f642522298 Move TChunkedOutputStream to library and make it zero-copy aware 1 год назад
chunked_output_stream.h f642522298 Move TChunkedOutputStream to library and make it zero-copy aware 1 год назад
erased_storage-inl.h 28ff4da78a YT-21233: Split error into error and stripped_error to rid the latter of deps on global variables 1 месяц назад
erased_storage.h 28ff4da78a YT-21233: Split error into error and stripped_error to rid the latter of deps on global variables 1 месяц назад
free_list-inl.h a558155825 YT-17689: Move TFreeList to library/cpp/yt/memory 1 год назад
free_list.h a558155825 YT-17689: Move TFreeList to library/cpp/yt/memory 1 год назад
function_view-inl.h 522b983401 Move FunctionView to library/cpp/yt/memory and add unit tests 5 месяцев назад
function_view.h c91bd7c47d Move concepts to library/cpp/yt/misc/concepts.h 5 месяцев назад
intrusive_ptr.h 9d0a3761b3 Library import 8 (#1074) 8 месяцев назад
leaky_ref_counted_singleton-inl.h 73b89de717 YT-19210: expose YQL shared library for YT. 1 год назад
leaky_ref_counted_singleton.h 73b89de717 YT-19210: expose YQL shared library for YT. 1 год назад
leaky_singleton-inl.h 2772a086f3 Intermediate changes 1 год назад
leaky_singleton.h cf23a0405e Intermediate changes 1 год назад
memory_tag-inl.h 62539a50bc Extract memory tag API to library 1 год назад
memory_tag.cpp 5bbe44ff4e YT-21566: Access thread local variables via noinline functions 5 месяцев назад
memory_tag.h d642391d08 Fix typos in library/cpp/yt 1 год назад
new-inl.h 818158c749 Check malloc result for null; add TryNew* for overloads involving custom allocator 4 недель назад
new.h 818158c749 Check malloc result for null; add TryNew* for overloads involving custom allocator 4 недель назад
public.h 62539a50bc Extract memory tag API to library 1 год назад
range.h e842851d5b Dont generate ctors for TRange & TMutableRange if protobuf cant handle it 1 месяц назад
ref-inl.h 5f79e5d28f Support std::string serialization 1 месяц назад
ref.cpp e4a44c558f Add an option to disable refcounted tracking 3 дней назад
ref.h 5f79e5d28f Support std::string serialization 1 месяц назад
ref_counted-inl.h 22ec41df66 Increase RC size to 64 bits 1 неделя назад
ref_counted.h 22ec41df66 Increase RC size to 64 bits 1 неделя назад
ref_tracked-inl.h b92c1faacc Use strong typedefs for TRefCountedTypeCookie and TRefCountedTypeKey 1 год назад
ref_tracked.cpp 96647fad53 Restoring authorship annotation for <lukyan@yandex-team.ru>. Commit 2 of 2. 2 лет назад
ref_tracked.h b92c1faacc Use strong typedefs for TRefCountedTypeCookie and TRefCountedTypeKey 1 год назад
safe_memory_reader-inl.h c8b713637b Refactor backtrace cursors 1 год назад
safe_memory_reader.cpp c8b713637b Refactor backtrace cursors 1 год назад
safe_memory_reader.h c8b713637b Refactor backtrace cursors 1 год назад
serialize-inl.h a34b8d1319 [pg] initialize tx timestamps 1 год назад
serialize.h 3910880160 Introduce aligned_malloc; drop more YTAlloc dependencies 1 год назад
shared_range.cpp 991ef42e20 Refactor and improve TSharedRangeHolder 1 год назад
shared_range.h 5b40c9f2b9 YT-22414: Prepare to use TRange constructor directly instead of MakeRange 1 месяц назад
tagged_ptr-inl.h f718004f99 Cosmetics 3 месяцев назад
tagged_ptr.h f718004f99 Cosmetics 3 месяцев назад
tls_scratch-inl.h 9371341c95 Fix ASAN issues in GetTlsScratchBuffer 4 месяцев назад
tls_scratch.h f96c3c433e Avoid passing columnPresenceBuffer around 5 месяцев назад
weak_ptr.h 9d0a3761b3 Library import 8 (#1074) 8 месяцев назад
ya.make d3e48fe4fe YT-22593: Switch (some) trace context tags to std::string and refactor code around [TRIVIAL] 2 недель назад