We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebefa37 + 420e381 commit fb7ddd2Copy full SHA for fb7ddd2
doc/Language/nativecall.pod6
@@ -331,7 +331,7 @@ instead:
331
TBD more
332
333
You can type your C<Pointer> by passing the type as a parameter. It works with the native type
334
-but also with C<CArray> and C<CStruct> defined types. NativeCall will not implicitly alloc the memory for it
+but also with C<CArray> and C<CStruct> defined types. NativeCall will not implicitly allocate the memory for it
335
even when calling new on them.
336
It's mostly useful in the case of a C routine returning a pointer, or if it's a pointer
337
embedded in a C<CStruct>.
0 commit comments