Constant polkavm_common::zygote::HOSTCALL_SBRK
source ยท pub const HOSTCALL_SBRK: u32 = _; // 4_294_967_294u32
Expand description
A special hostcall number set by the host to signal that the guest should execute sbrk
.
pub const HOSTCALL_SBRK: u32 = _; // 4_294_967_294u32
A special hostcall number set by the host to signal that the guest should execute sbrk
.