Home
last modified time | relevance | path

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

/dports/devel/libcwd/libcwd-1.0.6/testsuite/libcwd.tst/
H A Dfind_alloc.cc44 if (libcwd::find_alloc(p1) != libcwd::find_alloc(p1 + 3))
46 if (libcwd::find_alloc(p1 + 4))
48 if (!libcwd::find_alloc(p2 + 4))
H A Dfind_alloc.re6 MALLOC : operator new\[\] \(size = 4\) = 0x[0-9a-f]* \[find_alloc\.cc:41\]
7 MALLOC : operator new\[\] \(size = 5\) = 0x[0-9a-f]* \[find_alloc\.cc:42\]
H A Dtest_delete.cc50 if (!libcwd::find_alloc(a))
69 if (libcwd::find_alloc(a))
/dports/devel/libcwd/libcwd-1.0.6/documentation/
H A Dinvisible.dox14 \ref libcwd::find_alloc "find_alloc" will not find them anymore. 
/dports/devel/libcwd/libcwd-1.0.6/documentation/tutorial/examples7/
H A Dtest7.2.1.cc28 alloc_ct const* alloc = find_alloc(p); in main()
/dports/devel/libcwd/libcwd-1.0.6/documentation/www/
H A Dscreenshot.cc34 libcwd::alloc_ct const* alloc = libcwd::find_alloc(this); in ~B()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DSkipStages.cpp406 PredicateFinder find_alloc(op->name, false); in visit() local
407 op->body.accept(&find_alloc); in visit()
409 … Expr alloc_predicate = simplify(common_subexpression_elimination(find_alloc.predicate)); in visit()
/dports/devel/libcwd/libcwd-1.0.6/include/libcwd/
H A Ddebugmalloc.h99 extern alloc_ct const* find_alloc(void const* ptr);
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dir.hpp359 auto *a = find_alloc(buf); in alloc_size()
365 auto *a = find_alloc(buf); in alloc_kind()
380 const alloc_t *find_alloc(const expr_t &buf) const { in find_alloc() function in dnnl::impl::gpu::jit::alloc_manager_t
/dports/devel/libcwd/libcwd-1.0.6/documentation/tutorial/
H A Dtut7.in141 <P>However, <CODE>find_alloc()</CODE>, the function that is explained in the next paragraph,
152 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.2.1.cc -lcwd -o find_alloc</CODE></P>
183 …alloc_ct const* alloc = <SPAN class="highlight">find_alloc(</SPAN>p<SPAN class="highlight">)</SPAN…
220 derived with multiple inheritance: <CODE>find_alloc(this)</CODE> will
H A Dtut7.m4167 <P>However, <CODE>find_alloc()</CODE>, the function that is explained in the next paragraph,
178 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.2.1.cc -lcwd -o find_alloc</CODE></P>
209 …alloc_ct const* alloc = <SPAN class="highlight">find_alloc(</SPAN>p<SPAN class="highlight">)</SPAN…
252 derived with multiple inheritance: <CODE>find_alloc(this)</CODE> will
/dports/devel/libcwd/libcwd-1.0.6/testsuite/
H A DMakefile.in2 TSTCHECK = alloctag basic location cf continued dc demangler dlopen do filter find_alloc flush leak…
/dports/devel/libcwd/libcwd-1.0.6/
H A Ddebugmalloc.cc3558 alloc_ct const* find_alloc(void const* ptr) in find_alloc() function