Home
last modified time | relevance | path

Searched refs:memInc (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/animorph/animorph-0.3/src/
H A DxmlParser.cpp944 static inline void *myRealloc(void *p, int newsize, int memInc, int sizeofElem) in myRealloc() argument
946 if (p==NULL) { if (memInc) return malloc(memInc*sizeofElem); return malloc(sizeofElem); } in myRealloc()
947 if ((memInc==0)||((newsize%memInc)==0)) p=realloc(p,(newsize+memInc)*sizeofElem); in myRealloc()
/dports/net/libzmq2/zeromq-2.2.0/foreign/xmlParser/
H A DxmlParser.cpp1106 static inline void *myRealloc(void *p, int newsize, int memInc, int sizeofElem) in myRealloc() argument
1108 if (p==NULL) { if (memInc) return malloc(memInc*sizeofElem); return malloc(sizeofElem); } in myRealloc()
1109 if ((memInc==0)||((newsize%memInc)==0)) p=realloc(p,(newsize+memInc)*sizeofElem); in myRealloc()
H A DxmlParser.hpp614 void *addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype);
/dports/audio/libcoverart/libcoverart-1.0.0/src/
H A DxmlParser.cpp1109 static inline void *myRealloc(void *p, int newsize, int memInc, int sizeofElem) in myRealloc() argument
1111 if (p==NULL) { if (memInc) return malloc(memInc*sizeofElem); return malloc(sizeofElem); } in myRealloc()
1112 if ((memInc==0)||((newsize%memInc)==0)) p=realloc(p,(newsize+memInc)*sizeofElem); in myRealloc()
H A DxmlParser.h585 void *addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/XML/
H A DxmlParser.cpp1105 static inline void *myRealloc(void *p, int newsize, int memInc, int sizeofElem) in myRealloc() argument
1107 if (p==NULL) { if (memInc) return malloc(memInc*sizeofElem); return malloc(sizeofElem); } in myRealloc()
1108 if ((memInc==0)||((newsize%memInc)==0)) p=realloc(p,(newsize+memInc)*sizeofElem); in myRealloc()
H A DxmlParser.h615 void *addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype);
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/libsrc/
H A Dofxml.cc1250 static inline void *myRealloc(void *p, int newsize, int memInc, int sizeofElem) in myRealloc() argument
1252 if (p==NULL) { if (memInc) return malloc(memInc*sizeofElem); return malloc(sizeofElem); } in myRealloc()
1253 if ((memInc==0)||((newsize%memInc)==0)) p=realloc(p,(newsize+memInc)*sizeofElem); in myRealloc()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofxml.h636 void *addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype);