You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
feat(): zerocopy TNS case and JOIN results RGData with CountingAllocator
This commit is contained in:
@ -213,7 +213,9 @@ class PoolallocatorTest : public ::testing::Test
|
||||
CountingAllocator<PoolAllocatorBufType> allocator;
|
||||
|
||||
// Constructor
|
||||
PoolallocatorTest() : allocatedMemory(MemoryAllowance), allocator(&allocatedMemory, MemoryAllowance / 100, MemoryAllowance / 1000)
|
||||
PoolallocatorTest()
|
||||
: allocatedMemory(MemoryAllowance)
|
||||
, allocator(&allocatedMemory, MemoryAllowance / 1000, MemoryAllowance / 100)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user