blob: 913ad88b206aa1eb68991f4213fd9e5f7f622602 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "stockpile.h"
namespace NYT {
////////////////////////////////////////////////////////////////////////////////
void StockpileMemory(const TStockpileOptions& /*options*/)
{ }
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT
|