diff options
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r-- | pod/perlapi.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index d2259d5234..1ce3684370 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2323,6 +2323,18 @@ which is shared between threads. =for hackers Found in file util.c +=item savesharedpvn +X<savesharedpvn> + +A version of C<savepvn()> which allocates the duplicate string in memory +which is shared between threads. (With the specific difference that a NULL +pointer is not acceptable) + + char* savesharedpvn(const char *const pv, const STRLEN len) + +=for hackers +Found in file util.c + =item savesvpv X<savesvpv> |