pub fn register_variable(
address: usize,
var_name: String,
type_name: String,
size: usize,
)Expand description
Compatibility wrapper for variable registration
This function is used to register variable metadata with the global MemScope instance.
ยงArguments
address- The memory address of the variablevar_name- The name of the variabletype_name- The type name of the variablesize- The size of the variable in bytes