Home
last modified time | relevance | path

Searched refs:g_realloc_n (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/compat/glib/
H A Dgmem.h10 #define g_realloc_n g_realloc_n_ macro
14 #undef g_realloc_n
25 #define g_renew(type, ptr, num) ((type*)g_realloc_n(ptr, (num), sizeof(type)))
44 static inline gpointer g_realloc_n(gpointer ptr, gsize num, gsize type_size) { in g_realloc_n() function
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/compat/glib/
H A Dgmem.h10 #define g_realloc_n g_realloc_n_ macro
14 #undef g_realloc_n
25 #define g_renew(type, ptr, num) ((type *)g_realloc_n(ptr, (num), sizeof(type)))
44 static inline gpointer g_realloc_n(gpointer ptr, gsize num, gsize type_size) { in g_realloc_n() function
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/compat/glib/
H A Dgmem.h10 #define g_realloc_n g_realloc_n_ macro
14 #undef g_realloc_n
28 ((type *) g_realloc_n(ptr, (num), sizeof(type)))
51 g_realloc_n(gpointer ptr, gsize num, gsize type_size) in g_realloc_n() function
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/compat/glib/
H A Dgmem.h10 #define g_realloc_n g_realloc_n_ macro
14 #undef g_realloc_n
25 #define g_renew(type, ptr, num) ((type*)g_realloc_n(ptr, (num), sizeof(type)))
44 static inline gpointer g_realloc_n(gpointer ptr, gsize num, gsize type_size) { in g_realloc_n() function
/dports/www/firefox/firefox-99.0/widget/gtk/compat/glib/
H A Dgmem.h10 #define g_realloc_n g_realloc_n_ macro
14 #undef g_realloc_n
25 #define g_renew(type, ptr, num) ((type*)g_realloc_n(ptr, (num), sizeof(type)))
44 static inline gpointer g_realloc_n(gpointer ptr, gsize num, gsize type_size) { in g_realloc_n() function
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/compat/glib/
H A Dgmem.h10 #define g_realloc_n g_realloc_n_ macro
14 #undef g_realloc_n
25 #define g_renew(type, ptr, num) ((type*)g_realloc_n(ptr, (num), sizeof(type)))
44 static inline gpointer g_realloc_n(gpointer ptr, gsize num, gsize type_size) { in g_realloc_n() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char));
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char));
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi…
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi…
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi…
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char));
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char));
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dgmalloc.c18 gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes);
36 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f1()
55 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f2()
75 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f3()
94 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f4()
114 …g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); // expected-warning{{Potential leak of memory poi… in f5()
135 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f6()
157 g5 = g_realloc_n(g5, n_bytes * 2, sizeof(char)); in f7()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dmem-overflow.c57 MEM_OVERFLOW_TEST (realloc_n_a_a, p = g_malloc (1); p = g_realloc_n (p, a, a))
58 MEM_OVERFLOW_TEST (realloc_n_a_b, p = g_malloc (1); p = g_realloc_n (p, a, b))
59 MEM_OVERFLOW_TEST (realloc_n_b_a, p = g_malloc (1); p = g_realloc_n (p, b, a))
60 MEM_OVERFLOW_TEST (realloc_n_b_b, p = g_malloc (1); p = g_realloc_n (p, b, b))
/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Dcoverity-model.c165 void *g_realloc_n(void *ptr, size_t nmemb, size_t size) in g_realloc_n() function
221 return g_realloc_n(ptr, nmemb, size); in g_try_realloc_n()
238 return g_realloc_n(ptr, 1, size); in g_realloc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Dcoverity-model.c165 void *g_realloc_n(void *ptr, size_t nmemb, size_t size) in g_realloc_n() function
221 return g_realloc_n(ptr, nmemb, size); in g_try_realloc_n()
238 return g_realloc_n(ptr, 1, size); in g_realloc()

123456789