robot-ya-builder 96458ea3c7 External build system generator release 65 1 год назад
..
CMakeLists.darwin-arm64.txt ffff7a34e4 add darwin-arm64 CMakeLists 1 год назад
CMakeLists.darwin-x86_64.txt 33ed6077e6 Intermediate changes 2 лет назад
CMakeLists.linux-aarch64.txt 9f448c9c67 Intermediate changes 2 лет назад
CMakeLists.linux-x86_64.txt 33ed6077e6 Intermediate changes 2 лет назад
CMakeLists.txt 96458ea3c7 External build system generator release 65 1 год назад
CMakeLists.windows-x86_64.txt 6324d075a5 Intermediate changes 2 лет назад
README.md f31097c962 Restoring authorship annotation for <babenko@yandex-team.ru>. Commit 2 of 2. 3 лет назад
fallback.cpp 62539a50bc Extract memory tag API to library 1 год назад
ya.make bf0f13dd39 add ymake export to ydb 1 год назад
ytalloc-inl.h 62539a50bc Extract memory tag API to library 1 год назад
ytalloc.h 62539a50bc Extract memory tag API to library 1 год назад

README.md

This lightweight module can be used by anyone interested in YTAlloc functionality (memory allocation and disposal, memory tagging, etc).

If YTAlloc happens to be linked in, it provides an efficient implementation. Otherwise (non-YTAlloc build), weak implementations from fallback.cpp are used.