Function blend_info::print_pointer
source · [−]pub fn print_pointer(
pointer: usize,
struct_name: &String,
dna_pointers_hm: &HashMap<usize, usize>
)
Expand description
Print information about a pointer (byte position in binary .blend file vs. memory address).
e.g.
$ ./target/release/blend_info -n Object.*data blend/factory_v279.blend
Object.*data = 0x000567dc (0x00007fa32df90a08)
Object.*data = 0x00056d3c (0x00007fa31ef6b608)
Object.*data = 0x000568ec (0x00007fa3334c6608)