Lines Matching refs:Alloc
490 returnNode = new (commentPool.Alloc()) XMLDeclaration( this ); in Identify()
495 returnNode = new (commentPool.Alloc()) XMLComment( this ); in Identify()
500 XMLText* text = new (textPool.Alloc()) XMLText( this ); in Identify()
507 returnNode = new (commentPool.Alloc()) XMLUnknown( this ); in Identify()
512 returnNode = new (elementPool.Alloc()) XMLElement( this ); in Identify()
517 returnNode = new (textPool.Alloc()) XMLText( this ); in Identify()
1246 attrib = new (document->attributePool.Alloc() ) XMLAttribute(); in FindOrCreateAttribute()
1294 XMLAttribute* attrib = new (document->attributePool.Alloc() ) XMLAttribute(); in ParseAttributes()
1465 XMLElement* ele = new (elementPool.Alloc()) XMLElement( this ); in NewElement()
1474 XMLComment* comment = new (commentPool.Alloc()) XMLComment( this ); in NewComment()
1483 XMLText* text = new (textPool.Alloc()) XMLText( this ); in NewText()
1492 XMLDeclaration* dec = new (commentPool.Alloc()) XMLDeclaration( this ); in NewDeclaration()
1501 XMLUnknown* unk = new (commentPool.Alloc()) XMLUnknown( this ); in NewUnknown()