0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 16:04:15 +01:00

ircd::db: Align column cache allocations to block size.

This commit is contained in:
Jason Volk 2020-07-07 18:03:58 -07:00
parent 026cce95b7
commit 27fcfb3175

View file

@ -2006,7 +2006,7 @@ ircd::db::database::column::column(database &d,
,allocator
{
#ifdef IRCD_DB_HAS_ALLOCATOR
std::make_shared<struct database::allocator>(this->d, this, database::allocator::cache_arena)
std::make_shared<struct database::allocator>(this->d, this, database::allocator::cache_arena, descriptor.block_size)
#endif
}
,handle