_AllocFn
Declaration
_AllocFn :: * fn (size: usize) *u8
Description
Type of memory allocator function.
Arguments
size
Size of the memory block in bytes.
Declared in: basic.bl
_AllocFn :: * fn (size: usize) *u8
Type of memory allocator function.
size
Size of the memory block in bytes. Declared in: basic.bl