Extract the memory address from an external pointer as a numeric value. This is primarily useful for debugging and inspection purposes.
Arguments
- ptr
An external pointer object (e.g., from
tcc_get_symbol()).
Extract the memory address from an external pointer as a numeric value. This is primarily useful for debugging and inspection purposes.
An external pointer object (e.g., from tcc_get_symbol()).