Maxim Gorbunov fd0b1ac7c0 Generate CMakeLists (#2184) | 8 месяцев назад | |
---|---|---|
.. | ||
CMakeLists.darwin-arm64.txt | fd0b1ac7c0 Generate CMakeLists (#2184) | 8 месяцев назад |
CMakeLists.darwin-x86_64.txt | fd0b1ac7c0 Generate CMakeLists (#2184) | 8 месяцев назад |
CMakeLists.linux-aarch64.txt | fd0b1ac7c0 Generate CMakeLists (#2184) | 8 месяцев назад |
CMakeLists.linux-x86_64.txt | fd0b1ac7c0 Generate CMakeLists (#2184) | 8 месяцев назад |
CMakeLists.txt | 96458ea3c7 External build system generator release 65 | 11 месяцев назад |
CMakeLists.windows-x86_64.txt | fd0b1ac7c0 Generate CMakeLists (#2184) | 8 месяцев назад |
README.md | f31097c962 Restoring authorship annotation for <babenko@yandex-team.ru>. Commit 2 of 2. | 2 лет назад |
fallback.cpp | 97a6113075 Introduce TEnumIndexedArray as a refurbished version of TEnumIndexedVector | 9 месяцев назад |
ya.make | 3cae04dfa7 Move enum_indexed_array from misc to containers | 9 месяцев назад |
ytalloc-inl.h | 62539a50bc Extract memory tag API to library | 1 год назад |
ytalloc.h | 3cae04dfa7 Move enum_indexed_array from misc to containers | 9 месяцев назад |
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.