More changes to support X-FLAIM.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@376 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -732,12 +732,18 @@ private:
|
||||
Desc:
|
||||
*************************************************************************/
|
||||
RCODE FLMAPI FlmAllocPool(
|
||||
IF_Pool ** ppPool)
|
||||
IF_Pool ** ppPool,
|
||||
FLMUINT uiBlockSize)
|
||||
{
|
||||
if( (*ppPool = f_new F_Pool) == NULL)
|
||||
{
|
||||
return( RC_SET( NE_FLM_MEM));
|
||||
}
|
||||
|
||||
if( uiBlockSize)
|
||||
{
|
||||
(*ppPool)->poolInit( uiBlockSize);
|
||||
}
|
||||
|
||||
return( NE_FLM_OK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user