summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory
Commit message (Collapse)AuthorAgeFilesLines
* add ymake export to ydbalexv-smirnov2023-06-132-0/+69
|
* Intermediate changesrobot-piglet2023-06-111-0/+10
|
* Copy cached responses in TObjectServiceCachebabenko2023-06-062-0/+19
|
* Fix typos in library/cpp/ytbabenko2023-06-032-2/+2
|
* YT-19191: Support system stl for yt/cpp/mapreduce clientnadya732023-05-252-3/+3
| | | Support default stl for yt/cpp/mapreduce client
* YT: Fix memory leak in Newbulatman2023-05-232-2/+19
|
* Enable more tests involving memory taggingbabenko2023-05-201-3/+7
|
* Extract memory tag API to librarybabenko2023-05-198-0/+137
|
* Remove extra semicolons in ytbulatman2023-05-162-2/+2
|
* YT-17689: Move TFreeList to library/cpp/yt/memoryaleexfi2023-05-104-0/+455
| | | Iteration no. 2. First one reverted due to YT-18997
* Intermediate changesrobot-piglet2023-05-052-8/+12
|
* YT-19007: Implement NewWithOffloadedDtorbabenko2023-05-024-112/+120
|
* External build system generator release 29robot-ya-builder2023-04-191-1/+1
| | | Update tools: yexport
* Revert "YT-17689: Move TFreeList to library/cpp/yt/memory"aleexfi2023-04-174-329/+0
| | | | This reverts commit 617a1d07971366c19cdf278579ee9b1cbfa53db8, reversing changes made to 27e0312d3842c4e5e3ea6b09611c8f6ff6938dd6.
* Intermediate changesrobot-piglet2023-04-171-3/+3
|
* Refactor backtrace cursorsbabenko2023-04-138-0/+133
|
* Intermediate changesrobot-piglet2023-04-113-11/+119
|
* YT-18707: Move LLVM out of ytlibdtorilov2023-04-071-0/+16
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-282-61/+0
|
* Intermediate changesrobot-piglet2023-03-211-1/+2
|
* External build system generator release 21robot-ya-builder2023-03-171-3/+3
| | | Update tools: yexport
* YT-17689: Move TFreeList to library/cpp/yt/memoryaleexfi2023-03-175-0/+330
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-152-0/+60
|
* Intermediate changesrobot-piglet2023-03-092-0/+30
|
* Intermediate changesrobot-piglet2023-03-073-2/+2
|
* External build system generator release 17robot-ya-builder2023-03-061-1/+1
| | | Update tools: yexport
* Use strong typedefs for TRefCountedTypeCookie and TRefCountedTypeKeybabenko2023-03-062-27/+43
|
* Enable -Wdeprecated-this-capture for all YT projectsbabenko2023-03-033-0/+9
|
* YT: Fix yt/yt/client, yt/yt/ytlib for std::string and include it to ↵pechatnov2023-03-021-1/+5
| | | | autocheck with TString=std::string
* Hazard pointers cosmeticsbabenko2023-02-246-83/+150
|
* Fix build using cl.exespreis2023-02-171-1/+3
| | | | | | | https://en.cppreference.com/w/c/language/array `Zero-length array declarations are not allowed, even though some compilers offer them as extensions (typically as a pre-C99 implementation of flexible array members).` This is needed to build catboost for Windows.
* Intermediate changesrobot-piglet2023-02-073-27/+27
|
* Intermediate changesrobot-piglet2023-02-073-27/+27
|
* External build system generator release 12robot-ya-builder2023-01-311-1/+1
| | | Update tools: yexport
* Refactor and improve TSharedRangeHolderbabenko2023-01-205-14/+95
|
* External build system generator release 8robot-ya-builder2023-01-174-4/+4
| | | Update tools: yexport
* join-reduce optimization.orlovorlov2023-01-131-0/+6
|
* Add nallocx impl on windows; Remove dependence on allocator coz it doesn't workaleexfi2023-01-101-0/+3
|
* Update README.md.yuryalekseev2023-01-092-2/+6
|
* Update contrib/python/exceptiongroup to 1.1.0robot-contrib2023-01-072-1/+8
|
* More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput ↵babenko2023-01-0316-0/+984
| | | | | | | to library More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput to library wip
* Cosmetics in ref countedlukyan2022-12-263-7/+7
|
* Sync linux-headers instead of using system onesthegeorg2022-12-154-16/+81
|
* Add TSharedRefArray::ToStringbabenko2022-12-042-0/+22
|
* remove kikimr/driver DEPENDSqrort2022-12-022-61/+0
|
* validate canons without yatest_commonqrort2022-11-302-0/+61
|
* Fix ya-bin crashes on win when yt-store is enabledsvidyuk2022-11-211-0/+8
| | | | | | | | | | | | | | | | | | yt-store is enabled by default on all platforms including windows PR:2997752 https://a.yandex-team.ru/review/2997752 adds ifdedfs for windows to enforce MSDN requirement that memory allocated with _alligned_allocate must be deallocated with _aligned_free. PR:3110888 https://a.yandex-team.ru/review/3110888 removes 2 of 3 ifdefs added and introduces inconsistency between allc/free functions on windows. Types with alignment requiremens less then std::max_allign_t are allocated with malloc and freed with _alligned_free. ya-bin release with this commit crashes on windows unless user explicitelly disable yt-store. Restore ifdefs which were removed in PR:3110888 in order to fix the problem.
* Switch to modern std::memory_order enumbabenko2022-11-163-17/+17
|
* Move TChunkedOutputStream to library and make it zero-copy awarebabenko2022-11-134-43/+189
|
* Properly use std::max_align_tbabenko2022-11-031-2/+2
|