aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ytalloc/api/README.md
blob: 1b57e81b5cf7b12345a47beed32d4096be2b42fc (plain) (blame)
1
2
3
4
5
6
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.