Home
last modified time | relevance | path

Searched refs:memoryIncrease (Results 1 – 7 of 7) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/unit_tests/
H A Drotation_memory_leak.dia.ref9 memoryIncrease = [];
20 memoryIncrease(k) = beginFreeMemory - endFreeMemory;
24 if (mean(memoryIncrease) > 10000) then bugmes();quit;end
H A Drotation_memory_leak.tst12 memoryIncrease = [];
28 memoryIncrease(k) = beginFreeMemory - endFreeMemory;
33 if (mean(memoryIncrease) > 10000) then pause; end
/dports/net/libzmq2/zeromq-2.2.0/foreign/xmlParser/
H A DxmlParser.cpp1139 void *XMLNode::addToOrder(int memoryIncrease,int *_pos, int nc, void *p, int size, XMLElementType x… in addToOrder() argument
1143 p=myRealloc(p,(nc+1),memoryIncrease,size); in addToOrder()
1145 d->pOrder=(int*)myRealloc(d->pOrder,n+1,memoryIncrease*3,sizeof(int)); in addToOrder()
1166 XMLNode XMLNode::addChild_priv(int memoryIncrease, XMLSTR lpszName, char isDeclaration, int pos) in addChild_priv() argument
1169 …d->pChild=(XMLNode*)addToOrder(memoryIncrease,&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild_priv()
1177 XMLAttribute *XMLNode::addAttribute_priv(int memoryIncrease,XMLSTR lpszName, XMLSTR lpszValuev) in addAttribute_priv() argument
1182 … d->pAttribute=(XMLAttribute*)myRealloc(d->pAttribute,(nc+1),memoryIncrease,sizeof(XMLAttribute)); in addAttribute_priv()
1191 XMLCSTR XMLNode::addText_priv(int memoryIncrease, XMLSTR lpszValue, int pos) in addText_priv() argument
1195 d->pText=(XMLCSTR*)addToOrder(memoryIncrease,&pos,d->nText,d->pText,sizeof(XMLSTR),eNodeText); in addText_priv()
1202 XMLClear *XMLNode::addClear_priv(int memoryIncrease, XMLSTR lpszValue, XMLCSTR lpszOpen, XMLCSTR lp… in addClear_priv() argument
[all …]
/dports/audio/libcoverart/libcoverart-1.0.0/src/
H A DxmlParser.cpp1142 void *XMLNode::addToOrder(int memoryIncrease,int *_pos, int nc, void *p, int size, XMLElementType x… in addToOrder() argument
1146 p=myRealloc(p,(nc+1),memoryIncrease,size); in addToOrder()
1148 d->pOrder=(int*)myRealloc(d->pOrder,n+1,memoryIncrease*3,sizeof(int)); in addToOrder()
1169 XMLNode XMLNode::addChild_priv(int memoryIncrease, XMLSTR lpszName, char isDeclaration, int pos) in addChild_priv() argument
1172 …d->pChild=(XMLNode*)addToOrder(memoryIncrease,&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild_priv()
1180 XMLAttribute *XMLNode::addAttribute_priv(int memoryIncrease,XMLSTR lpszName, XMLSTR lpszValuev) in addAttribute_priv() argument
1185 … d->pAttribute=(XMLAttribute*)myRealloc(d->pAttribute,(nc+1),memoryIncrease,sizeof(XMLAttribute)); in addAttribute_priv()
1194 XMLCSTR XMLNode::addText_priv(int memoryIncrease, XMLSTR lpszValue, int pos) in addText_priv() argument
1198 d->pText=(XMLCSTR*)addToOrder(memoryIncrease,&pos,d->nText,d->pText,sizeof(XMLSTR),eNodeText); in addText_priv()
1205 XMLClear *XMLNode::addClear_priv(int memoryIncrease, XMLSTR lpszValue, XMLCSTR lpszOpen, XMLCSTR lp… in addClear_priv() argument
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/XML/
H A DxmlParser.cpp1138 void *XMLNode::addToOrder(int memoryIncrease,int *_pos, int nc, void *p, int size, XMLElementType x… in addToOrder() argument
1142 p=myRealloc(p,(nc+1),memoryIncrease,size); in addToOrder()
1144 d->pOrder=(int*)myRealloc(d->pOrder,n+1,memoryIncrease*3,sizeof(int)); in addToOrder()
1165 XMLNode XMLNode::addChild_priv(int memoryIncrease, XMLSTR lpszName, char isDeclaration, int pos) in addChild_priv() argument
1168 …d->pChild=(XMLNode*)addToOrder(memoryIncrease,&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild_priv()
1176 XMLAttribute *XMLNode::addAttribute_priv(int memoryIncrease,XMLSTR lpszName, XMLSTR lpszValuev) in addAttribute_priv() argument
1181 … d->pAttribute=(XMLAttribute*)myRealloc(d->pAttribute,(nc+1),memoryIncrease,sizeof(XMLAttribute)); in addAttribute_priv()
1190 XMLCSTR XMLNode::addText_priv(int memoryIncrease, XMLSTR lpszValue, int pos) in addText_priv() argument
1194 d->pText=(XMLCSTR*)addToOrder(memoryIncrease,&pos,d->nText,d->pText,sizeof(XMLSTR),eNodeText); in addText_priv()
1201 XMLClear *XMLNode::addClear_priv(int memoryIncrease, XMLSTR lpszValue, XMLCSTR lpszOpen, XMLCSTR lp… in addClear_priv() argument
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/libsrc/
H A Dofxml.cc1283 void *XMLNode::addToOrder(int memoryIncrease,int *_pos, int nc, void *p, int size, XMLElementType x… in addToOrder() argument
1287 p=myRealloc(p,(nc+1),memoryIncrease,size); in addToOrder()
1289 …d->pOrder=OFreinterpret_cast(int*, myRealloc(d->pOrder,n+1,memoryIncrease*3,OFstatic_cast(int, siz… in addToOrder()
1310 XMLNode XMLNode::addChild_priv(int memoryIncrease, XMLSTR lpszName, char isDecl, int pos) in addChild_priv() argument
1313 …d->pChild=OFreinterpret_cast(XMLNode*, addToOrder(memoryIncrease,&pos,d->nChild,d->pChild,OFstatic… in addChild_priv()
1321 XMLAttribute *XMLNode::addAttribute_priv(int memoryIncrease,XMLSTR lpszName, XMLSTR lpszValuev) in addAttribute_priv() argument
1326 …d->pAttribute=OFreinterpret_cast(XMLAttribute*, myRealloc(d->pAttribute,(nc+1),memoryIncrease,OFst… in addAttribute_priv()
1335 XMLCSTR XMLNode::addText_priv(int memoryIncrease, XMLSTR lpszValue, int pos) in addText_priv() argument
1339 …d->pText=OFreinterpret_cast(XMLCSTR*, addToOrder(memoryIncrease,&pos,d->nText,d->pText,OFstatic_ca… in addText_priv()
1346 XMLClear *XMLNode::addClear_priv(int memoryIncrease, XMLSTR lpszValue, XMLCSTR lpszOpen, XMLCSTR lp… in addClear_priv() argument
[all …]
/dports/graphics/animorph/animorph-0.3/src/
H A DxmlParser.cpp942 static int memoryIncrease=0; variable
980 p=myRealloc(p,(nc+1),memoryIncrease,size); in addToOrder()
982 d->pOrder=(int*)myRealloc(d->pOrder,n+1,memoryIncrease*3,sizeof(int)); in addToOrder()
1018 … d->pAttribute=(XMLAttribute*)myRealloc(d->pAttribute,(nc+1),memoryIncrease,sizeof(XMLAttribute)); in addAttribute_WOSD()
1099 if (memoryIncrease<=1) return; in exactMemory()
1584 memoryIncrease=MEMORYINCREASE; xnode.ParseXMLElement(&xml); memoryIncrease=0; in parseString()