babenko 9e01ee3632 Move enum_indexed_array from misc to containers 1 year ago
..
README.md f31097c962 Restoring authorship annotation for <babenko@yandex-team.ru>. Commit 2 of 2. 3 years ago
fallback.cpp 3fa3bc3d67 Introduce TEnumIndexedArray as a refurbished version of TEnumIndexedVector 1 year ago
ya.make 9e01ee3632 Move enum_indexed_array from misc to containers 1 year ago
ytalloc-inl.h 62539a50bc Extract memory tag API to library 1 year ago
ytalloc.h 9e01ee3632 Move enum_indexed_array from misc to containers 1 year ago

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.