Home
last modified time | relevance | path

Searched refs:malloc_void (Results 1 – 10 of 10) sorted by relevance

/dports/devel/swig/swig-4.0.2/Examples/test-suite/lua/
H A Doverload_simple_runme.lua17 v = malloc_void(32)
/dports/devel/swig/swig-4.0.2/Examples/test-suite/ruby/
H A Doverload_simple_runme.rb39 v = malloc_void(32)
/dports/devel/swig/swig-4.0.2/Examples/test-suite/python/
H A Doverload_simple_runme.py21 v = malloc_void(32)
H A Dpython_overload_simple_cast_runme.py91 v = malloc_void(32)
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/memprof/
H A Dmemprof.cpp219 static void *malloc_void = dlsym(RTLD_NEXT, "malloc"); in malloc_with_frame() local
220 static auto malloc_old = *reinterpret_cast<decltype(malloc) **>(&malloc_void); in malloc_with_frame()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/tcl/
H A Doverload_simple_runme.tcl8 set v [malloc_void 32]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/scilab/
H A Doverload_simple_runme.sci5 v = malloc_void(32);
/dports/devel/swig/swig-4.0.2/Examples/test-suite/octave/
H A Doverload_simple_runme.m29 v = malloc_void(32);
H A Doverload_simple_cast_runme.m102 v = malloc_void(32);
/dports/devel/swig/swig-4.0.2/Examples/test-suite/perl5/
H A Doverload_simple_runme.pl13 my $v = overload_simple::malloc_void(32);