dbms: take ComplexKeyDictionary::keys_pool size into account when determining bytes_allocated [#METR-17328]

This commit is contained in:
Andrey Mironov 2015-11-13 14:08:25 +03:00
parent 5c641ffc78
commit a863b2b0a4

View File

@ -335,6 +335,8 @@ private:
}
}
}
bytes_allocated += keys_pool.size();
}
template <typename T>