Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Yet Another XS Tutorial

by ikegami (Patriarch)
on Dec 24, 2013 at 16:24 UTC ( [id://1068319]=note: print w/replies, xml ) Need Help??


in reply to Yet Another XS Tutorial

Something else I just noticed: Safefree (Perl's deallocator) is for use with New* (Perl's allocator). Use free (C's deallocator) for memory allocated with malloc and calloc (C's allocator). This will be clarified in the docs.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1068319]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 17:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found