aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory/public.h
blob: 86965457f8725fd6bc931a503f1b628db63e5f52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "ref_counted.h"

namespace NYT {

////////////////////////////////////////////////////////////////////////////////

class TChunkedMemoryPool;

DECLARE_REFCOUNTED_STRUCT(IMemoryChunkProvider)

////////////////////////////////////////////////////////////////////////////////

} // namespace NYT