Dealloc

Signature

u64 dealloc(u64 address)

Description

Deallocates memory from the main pool.

Returns whether the operation was successful (>0) or not (0).

Arguments

Address

The starting address of the main pool memory to be deallocated.

Notes

Last updated