racket/collects/scribblings/foreign
Matthew Flatt 738cac3d24 generalize `malloc' to allow a 0-sized request
Past experience suggests that this is generally better than adding
`zero?' tests at various places that might otherwise call `malloc'.
2012-03-29 14:55:14 -06:00
..
alloc.scrbl
atomic.scrbl
com-auto.scrbl
com-common.rkt
com-intf.scrbl COM doc and error fixups 2012-02-21 06:14:44 -07:00
com.scrbl
cpointer.scrbl
cvector.scrbl
define.scrbl
derived.scrbl
file.scrbl
foreign.scrbl
info.rkt
intro.scrbl Docs: fix example in FFI intro 2012-02-17 10:02:36 -05:00
libs.scrbl change `ffi-lib' to not make library symbols global by default 2012-01-26 09:30:25 -05:00
misc.scrbl
objc.scrbl
pointers.scrbl generalize `malloc' to allow a 0-sized request 2012-03-29 14:55:14 -06:00
try-atomic.scrbl
types.scrbl ffi: extend _list and _vector to support zero-length output 2012-03-29 14:55:14 -06:00
unexported.scrbl
utils.rkt add `prop:cpointer' 2012-02-14 14:25:55 -07:00
vector.scrbl
winapi.scrbl