diff options
author | babenko <babenko@yandex-team.com> | 2022-08-08 23:32:27 +0300 |
---|---|---|
committer | babenko <babenko@yandex-team.com> | 2022-08-08 23:32:27 +0300 |
commit | 6f0dca4575782eca7bfe2d9160574767444c4f06 (patch) | |
tree | a5dad3d0eceb2d02929db1c843c69eafba632c27 /library/cpp/yt/memory/new.h | |
parent | 97756e1f8069e2de8c4b5d27a358fa0c7eb29169 (diff) | |
download | ydb-6f0dca4575782eca7bfe2d9160574767444c4f06.tar.gz |
Get rid of NYTAlloc::GetAllocationSize usages
Diffstat (limited to 'library/cpp/yt/memory/new.h')
-rw-r--r-- | library/cpp/yt/memory/new.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/yt/memory/new.h b/library/cpp/yt/memory/new.h index 2db45e0465..ea96fd60e0 100644 --- a/library/cpp/yt/memory/new.h +++ b/library/cpp/yt/memory/new.h @@ -116,6 +116,7 @@ class TWithExtraSpace protected: const void* GetExtraSpacePtr() const; void* GetExtraSpacePtr(); + size_t GetUsableSpaceSize() const; }; //////////////////////////////////////////////////////////////////////////////// |