raku-community-modules / GD

Raku interface to the Gd graphics library.
Artistic License 2.0
2 stars 6 forks source link

Try to avoid native `malloc` and `free` if possible #8

Closed jonathanstowe closed 4 years ago

jonathanstowe commented 4 years ago

Using the native malloc and free comes with its own set of difficulties and can probably be avoided by the use of the right size CArray objects in most places.