cffi (cffi v0.3.1)
View SourceSummary
Functions
-spec align_of(term()) -> pos_integer().
-spec alloc(pos_integer()) -> reference().
-spec alloc_type(term(), pos_integer()) -> reference().
-spec array_ptr(reference(), term(), non_neg_integer()) -> reference().
-spec array_read(reference(), term(), non_neg_integer()) -> term().
-spec array_write(reference(), term(), non_neg_integer(), term()) -> ok.
-spec null() -> reference().
-spec read_bytes(reference(), pos_integer()) -> binary().
-spec type_size(term()) -> non_neg_integer().
-spec with_alloc(pos_integer(), fun((reference()) -> R)) -> R.
-spec with_alloc(term(), pos_integer(), fun((reference()) -> R)) -> R.