Getting the memory address of all Objects at runtime

Is it possible to get Objects’ memory address at runtime?

For a certain c++ project, is it possible to track all objects’ information, including memory address at runtime, lifetime and the counts of load & store?