_FreeFn
Declaration
_FreeFn :: * fn (p: *u8)
Description
Type of memory free function.
Arguments
ptr
Pointer to allocated memory block.
Result
New allocated memory block.
Declared in: basic.bl
_FreeFn :: * fn (p: *u8)
Type of memory free function.
ptr
Pointer to allocated memory block. New allocated memory block.
Declared in: basic.bl