Home
last modified time | relevance | path

Searched refs:realloc3 (Results 1 – 13 of 13) sorted by relevance

/dports/devel/cjose/cjose-0.6.1/src/
H A Dutil.c73 void cjose_set_alloc_ex_funcs(cjose_alloc3_fn_t alloc3, cjose_realloc3_fn_t realloc3, cjose_dealloc… in cjose_set_alloc_ex_funcs() argument
77 _realloc3 = realloc3; in cjose_set_alloc_ex_funcs()
80 _realloc = (NULL != realloc3) ? cjose_realloc_wrapped : NULL; in cjose_set_alloc_ex_funcs()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Drealloc3.vgtest1 prog: realloc3
H A DMakefile.am255 realloc3.stderr.exp realloc3.vgtest \
395 realloc1 realloc2 realloc3 \
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Drealloc3.vgtest1 prog: realloc3
H A DMakefile.am255 realloc3.stderr.exp realloc3.vgtest \
395 realloc1 realloc2 realloc3 \
/dports/devel/cjose/cjose-0.6.1/include/cjose/
H A Dutil.h104 void cjose_set_alloc_ex_funcs(cjose_alloc3_fn_t alloc3, cjose_realloc3_fn_t realloc3, cjose_dealloc…
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/
H A Dtestmemleak.cpp149 TEST_CASE(realloc3); in run()
193 void realloc3() { in realloc3() function in TestMemleakInFunction
H A Dtestleakautovar.cpp90 TEST_CASE(realloc3); in run()
492 void realloc3() { in realloc3() function in TestLeakAutoVar
/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtestmemleak.cpp149 TEST_CASE(realloc3); in run()
193 void realloc3() { in realloc3() function in TestMemleakInFunction
H A Dtestleakautovar.cpp90 TEST_CASE(realloc3); in run()
492 void realloc3() { in realloc3() function in TestLeakAutoVar
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/
H A D.gitignore933 /memcheck/tests/realloc3
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/
H A D.gitignore933 /memcheck/tests/realloc3
/dports/security/sudo/sudo-1.9.8p2/
H A DChangeLog31144 Avoid calling realloc3() with a zero size parameter when all