diff options
author | babenko <babenko@yandex-team.com> | 2023-05-19 12:58:03 +0300 |
---|---|---|
committer | babenko <babenko@yandex-team.com> | 2023-05-19 12:58:03 +0300 |
commit | 62539a50bcf9bb30844426ccfa6a49ee08bfb3fe (patch) | |
tree | da3a0d539c0dc4b6563f156ac7e9685066ac07fa /library/cpp/ytalloc/api/fallback.cpp | |
parent | 8d9a38ae2a2758b5031dcc6c11efba25ed7cf5ea (diff) | |
download | ydb-62539a50bcf9bb30844426ccfa6a49ee08bfb3fe.tar.gz |
Extract memory tag API to library
Diffstat (limited to 'library/cpp/ytalloc/api/fallback.cpp')
-rw-r--r-- | library/cpp/ytalloc/api/fallback.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/library/cpp/ytalloc/api/fallback.cpp b/library/cpp/ytalloc/api/fallback.cpp index 5880ede439..d094cf2e93 100644 --- a/library/cpp/ytalloc/api/fallback.cpp +++ b/library/cpp/ytalloc/api/fallback.cpp @@ -56,24 +56,6 @@ Y_WEAK size_t GetAllocationSize(size_t size) //////////////////////////////////////////////////////////////////////////////// -Y_WEAK TMemoryTag GetCurrentMemoryTag() -{ - return NullMemoryTag; -} - -Y_WEAK void SetCurrentMemoryTag(TMemoryTag /*tag*/) -{ } - -Y_WEAK size_t GetMemoryUsageForTag(TMemoryTag /*tag*/) -{ - return 0; -} - -Y_WEAK void GetMemoryUsageForTags(const TMemoryTag* /*tags*/, size_t /*count*/, size_t* /*results*/) -{ } - -//////////////////////////////////////////////////////////////////////////////// - Y_WEAK void SetCurrentMemoryZone(EMemoryZone /*zone*/) { } |