Home
last modified time | relevance | path

Searched defs:realloc (Results 26 – 50 of 4106) sorted by relevance

12345678910>>...165

/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A DMozGrMalloc.h19 #define realloc moz_xrealloc macro
37 extern "C" inline void* realloc(void *ptr, size_t size) in realloc() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A DMozGrMalloc.h19 #define realloc moz_xrealloc macro
37 extern "C" inline void* realloc(void *ptr, size_t size) in realloc() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A DMozGrMalloc.h19 #define realloc moz_xrealloc macro
37 extern "C" inline void* realloc(void *ptr, size_t size) in realloc() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A DMozGrMalloc.h19 #define realloc moz_xrealloc macro
37 extern "C" inline void* realloc(void *ptr, size_t size) in realloc() function
/dports/math/gecode/gecode-0916a1a/gecode/support/
H A Dheap.hpp482 Heap::realloc(T* b, long unsigned int n, long unsigned int m) { in realloc() function in Gecode::Heap
495 Heap::realloc(T* b, long int n, long int m) { in realloc() function in Gecode::Heap
502 Heap::realloc(T* b, unsigned int n, unsigned int m) { in realloc() function in Gecode::Heap
508 Heap::realloc(T* b, int n, int m) { in realloc() function in Gecode::Heap
562 Heap::realloc(T** b, long int n, long int m) { in realloc() function in Gecode::Heap
569 Heap::realloc(T** b, unsigned int n, unsigned int m) { in realloc() function in Gecode::Heap
575 Heap::realloc(T** b, int n, int m) { in realloc() function in Gecode::Heap
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Delectric.h57 # define realloc(a,b) xrealloc_size_t(a,b) macro
61 # define realloc(a,b) xrealloc((a),(b)) macro
/dports/math/latte-integrale/latte-version_1_7_6/code/gnulib/
H A Dstdlib_.h76 # define realloc rpl_realloc macro
81 # define realloc(p,s) \ macro
/dports/sysutils/tmpwatch/tmpwatch-2.11/lib/
H A Dstdlib.in.h76 # define realloc rpl_realloc macro
81 # define realloc(p,s) \ macro
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libiconv/source/srclib/
H A Dstdlib.in.h75 # define realloc rpl_realloc macro
80 # define realloc(p,s) \ macro
/dports/devel/simgear/simgear-2020.3.11/3rdparty/expat/
H A Dxmldef.h42 #define realloc(x, y) HeapReAlloc(GetProcessHeap(), 0, x, y) macro
58 #define realloc(x, y) PR_Realloc((x), (y)) macro
/dports/polish/libtlen/libtlen-20041113/lib/
H A Dxmldef.h19 #define realloc(x, y) HeapReAlloc(GetProcessHeap(), 0, x, y) macro
35 #define realloc(x, y) PR_Realloc((x), (y)) macro
/dports/www/sitecopy/sitecopy-0.16.6/lib/expat/xmltok/
H A Dxmldef.h31 #define realloc(x, y) HeapReAlloc(GetProcessHeap(), 0, x, y) macro
47 #define realloc(x, y) PR_Realloc((x), (y)) macro
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dxmldef.h42 #define realloc(x, y) HeapReAlloc(GetProcessHeap(), 0, x, y) macro
58 #define realloc(x, y) PR_Realloc((x), (y)) macro
/dports/www/litmus/litmus-0.13/lib/expat/xmltok/
H A Dxmldef.h31 #define realloc(x, y) HeapReAlloc(GetProcessHeap(), 0, x, y) macro
47 #define realloc(x, y) PR_Realloc((x), (y)) macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/expat/xmltok/
H A Dxmldef.h19 #define realloc(x, y) HeapReAlloc(GetProcessHeap(), 0, x, y) macro
37 #define realloc(x, y) PR_Realloc((x), (size_t)(y)) macro
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/include/gtk-xmhtml/
H A Dgtk-xmhtmlfuncs.h111 #define realloc(PTR,SZ) g_realloc((gpointer)(PTR),(SZ)) macro
134 #define realloc(PTR,SZ) __rsd_realloc((PTR),(SZ), __FILE__, __LINE__) macro
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/include/XmHTML/
H A DXmHTMLfuncs.h111 #define realloc(PTR,SZ) XtRealloc((char*)(PTR),(SZ)) macro
127 #define realloc(PTR,SZ) __rsd_realloc((PTR),(SZ), __FILE__, __LINE__) macro
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/include/XmHTML/
H A DXmHTMLfuncs.h114 #define realloc(PTR,SZ) XtRealloc((char*)(PTR),(SZ)) macro
130 #define realloc(PTR,SZ) __rsd_realloc((PTR),(SZ), __FILE__, __LINE__) macro
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/expat/xmltok/
H A Dxmldef.h19 #define realloc(x, y) HeapReAlloc(GetProcessHeap(), 0, x, y) macro
37 #define realloc(x, y) PR_Realloc((x), (size_t)(y)) macro
/dports/www/libevhtp/libevhtp-1.2.16/include/evhtp/
H A Dconfig.h.in55 #define realloc(ptr, size) tc_realloc(ptr, size) macro
64 #define realloc(ptr, size) je_realloc(ptr, size) macro
/dports/misc/visp/visp-3.4.0/3rdparty/atidaq/
H A Dxmldef.h36 #define realloc(x, y) HeapReAlloc(GetProcessHeap(), 0, x, y) macro
54 #define realloc(x, y) PR_Realloc((x), (size_t)(y)) macro
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dscanner.l48 #define realloc my_realloc macro
53 #define realloc omRealloc macro
/dports/dns/libbind/libbind-6.0/port/cygwin/include/
H A Dansi_realloc.h20 #define realloc __ansi_realloc macro
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dmalloc.cpp203 void *realloc(int, bool = false) { realloc(1); } // no-crash in realloc() function in pr46253_class::a
208 void realloc(void *ptr, size_t size) { realloc(ptr, size); } // no-crash in realloc() function
212 void *realloc(void **ptr, size_t size) { realloc(ptr, size); } // no-crash in realloc() function
216 void *realloc(void *ptr, int size) { realloc(ptr, size); } // no-crash in realloc() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dmalloc.cpp178 void *realloc(int, bool = false) { realloc(1); } // no-crash in realloc() function in pr46253_class::a
183 void realloc(void *ptr, size_t size) { realloc(ptr, size); } // no-crash in realloc() function
187 void *realloc(void **ptr, size_t size) { realloc(ptr, size); } // no-crash in realloc() function
191 void *realloc(void *ptr, int size) { realloc(ptr, size); } // no-crash in realloc() function

12345678910>>...165