Sync up with latest common toolkit changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@612 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -296,9 +296,9 @@ RCODE F_RowCacheMgr::initCache( void)
|
||||
|
||||
// Set up the F_Row object allocator
|
||||
|
||||
if (RC_BAD( rc = m_pRowAllocator->setup( &m_rowRelocator,
|
||||
gv_SFlmSysData.pGlobalCacheMgr->m_pSlabManager,
|
||||
sizeof( F_Row), &m_Usage.slabUsage)))
|
||||
if (RC_BAD( rc = m_pRowAllocator->setup(
|
||||
gv_SFlmSysData.pGlobalCacheMgr->m_pSlabManager,
|
||||
&m_rowRelocator, sizeof( F_Row), &m_Usage.slabUsage, NULL)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
@@ -311,8 +311,8 @@ RCODE F_RowCacheMgr::initCache( void)
|
||||
// Set up the buffer allocator for F_Row objects
|
||||
|
||||
if (RC_BAD( rc = m_pBufAllocator->setup(
|
||||
gv_SFlmSysData.pGlobalCacheMgr->m_pSlabManager,
|
||||
&m_Usage.slabUsage)))
|
||||
gv_SFlmSysData.pGlobalCacheMgr->m_pSlabManager, NULL,
|
||||
&m_Usage.slabUsage, NULL)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user