doc correction for ffi/unsafe/alloc
This commit is contained in:
parent
db95651454
commit
21d5d909a6
|
@ -13,7 +13,7 @@ deallocated.}
|
||||||
|
|
||||||
Produces a procedure that behaves like @racket[alloc], but the result
|
Produces a procedure that behaves like @racket[alloc], but the result
|
||||||
of @racket[alloc] is given a finalizer that calls @racket[dealloc] on
|
of @racket[alloc] is given a finalizer that calls @racket[dealloc] on
|
||||||
the result if it is not otherwise freed through a deallocator (as
|
a non-@racket[#f] result if it is not otherwise freed through a deallocator (as
|
||||||
designated with @racket[deallocator]). In addition, @racket[alloc] is
|
designated with @racket[deallocator]). In addition, @racket[alloc] is
|
||||||
called in @tech{atomic mode} (see @racket[call-as-atomic]); its result is
|
called in @tech{atomic mode} (see @racket[call-as-atomic]); its result is
|
||||||
received and registered in atomic mode, so that the result is reliably
|
received and registered in atomic mode, so that the result is reliably
|
||||||
|
|
Loading…
Reference in New Issue
Block a user