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

#include "ref_counted.h"

namespace NYT {

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

class TChunkedMemoryPool;

DECLARE_REFCOUNTED_STRUCT(IMemoryChunkProvider)
DECLARE_REFCOUNTED_STRUCT(TSharedRangeHolder)

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

} // namespace NYT