Search code examples
XS Memory leak in this code?...


cperlmemory-leaksxsperl-xs

Read More
XS typemap for intptr_t...


perlintptrxs

Read More
How to work with pseudo-filehandles in Perl XS code?...


perlxs

Read More
From Perl XS code, how do I recursively call myself?...


perlxs

Read More
Support autovivified filehandle as arguments to Perl XS routine...


perlfilehandlexs

Read More
How do I use tied filehandles from Perl XS code?...


perlioxs

Read More
leak while blessing an empty reference inside the XS code...


perlmemory-leaksreferencegarbage-collectionxs

Read More
perlembed/perlcall example unbounded memory growth - valgrind says no leaks possible...


cperlxs

Read More
C++ calling perl code - eval_sv not passing arguments to script...


c++perlxs

Read More
Linker dependencies when mixing static and shared libraries...


c++perllinkermakefilexs

Read More
How to introspect regexes in the Perl API...


cregexperlintrospectionxs

Read More
Perl XSPP - multiple definition of std::string...


c++perlxs

Read More
Changing character encoding for embedded Vaadin application...


character-encodingvaadinxs

Read More
How to tell MakeMaker to build XS files in a subdirectory?...


perlxsmakemaker

Read More
How to get threads->tid() value in XS code?...


perlxs

Read More
Determing line number and file name of the perl file from within C++...


c++perlxs

Read More
How do I compile an XS module from CPAN manually?...


perlcpanxs

Read More
Returning a Perl hash with XS (Error: 'void' not in typemap)...


perlxs

Read More
Perl XS and Inline::C...


perlperl-modulexs

Read More
how to alleviate local::lib troubles after system/perl upgrade?...


perlxslocallib

Read More
Printing to stdout from a Perl XS extension...


perlperl-modulexs

Read More
How can I use a C linked list from Perl XS?...


perllinked-listxs

Read More
Stopping Perl XS modules from silently falling back to pure-perl...


perlmodulecpanperl-modulexs

Read More
How to use PERL XS to call a C++ function that takes in a STL Vector...


c++perlxs

Read More
How can Perl's XSUB die?...


perlxsperl-xs

Read More
How do I conditionally compile C code snippets to my Perl module?...


perlswigxs

Read More
What does the DumpXS in Perl's Data::Dumper do?...


perlxs

Read More
Creating Threaded callbacks in XS...


perlmultithreadingxs

Read More
Registering multiple Perl sub references for a C library in XS...


perlxs

Read More
Why can't my Perl object find its skip() method, even though I can call it as a subroutine?...


perlperl-modulexs

Read More
BackNext