mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
manual: fix typo
This commit is contained in:
parent
bcc8bf1769
commit
58658ddb22
1 changed files with 3 additions and 2 deletions
|
|
@ -202,8 +202,9 @@ the data producer is ``C world'' and the consumer is ``Lisp world''.
|
|||
|
||||
This is different from @code{si:allocate-foreign-object} where the
|
||||
data producer is ``Lisp world'' and the consumer is ``C world''. In
|
||||
this case the wrapper is not collected unless explicitly freed, and in
|
||||
that case the allocate foreign data is also released.
|
||||
that case the wrapper is not collected unless explicitly released with
|
||||
@code{si:free-foreign-object} in which case the allocated foreign data
|
||||
is also released.
|
||||
@end deftypefun
|
||||
|
||||
@cppdef ecl_base_string_pointer_safe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue