#pragma once #include #include namespace NYql { std::unique_ptr MakeLimitingAllocator(size_t limit, IAllocator* underlying); }