]> git.imager.perl.org - imager.git/commit
re-work malloc_temp(), calloc_temp() to avoid SV overhead
authorTony Cook <tony@develop-help.com>
Sun, 21 Feb 2016 01:17:05 +0000 (12:17 +1100)
committerTony Cook <tony@develop-help.com>
Sun, 21 Feb 2016 01:17:05 +0000 (12:17 +1100)
commit3230a191553dd2bd44c2051b74941547e98a8132
tree9b80753020cd719b871c50eec41af78c2951fde7
parent08914ed19eea09f695fbf19cbfcf617e45e37fbf
re-work malloc_temp(), calloc_temp() to avoid SV overhead

Previosly they created a temp SV and returned it's buffer.  Now they
just call Newx() or Newxz() and SAVEFREEPV() the result.
Imager.xs