develooper Front page | perl.perl5.porters | Postings from September 2009

RE: Embedding Perl but redefining its malloc()

Thread Previous | Thread Next
From:
Jan Dubois
Date:
September 27, 2009 02:13
Subject:
RE: Embedding Perl but redefining its malloc()
Message ID:
004b01ca3f52$ced9f860$6c8de920$@com
On Fri, 25 Sep 2009, Raphael Manfredi wrote:
> I do not want to recompile perl with my own macros.  I want to link with
> plain stock -lperl then use an API from the perl library to supersede the
> memory allocation routines at runtime.
> 
> I take from your answer that this API does not exist today and would have
> to be developped in order to do what I want.

The API exists (part of PERL_IMPLICIT_SYS), but is only implemented for Windows
right now.  Check "Virtualize Operating System Access" in perltodo.pod
for some more information.
 
Cheers,
-Jan


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About