Crate smartalloc_sys

Source

Enums§

Boolean
c_void
Equivalent to C’s void type when used as a pointer.

Functions§

sm_calloc
sm_dump
sm_free
sm_malloc
sm_realloc
sm_static

Type Aliases§

c_char
Equivalent to C’s char type.
c_int
Equivalent to C’s signed int (int) type.