Create an object at a given address: Difference between revisions

Line 573:
 
# look at the bytes directly to verify we've written to memory. Don't be too exact, as
# the positions may vary on different platforms depending on endianess and recordfield alignment.
 
my $rec-size = nativesizeof(SampleObject);
Anonymous user