Hi,Is there any way to determine the actual memory used by a dynamically loaded (i.e. by dlopen...) shared object. AFAIK this is less than the size of the .so file on disk, but I'm not sure how to calculate it.
Can anyone help? Thanks, Marcus.
Hi,Is there any way to determine the actual memory used by a dynamically loaded (i.e. by dlopen...) shared object. AFAIK this is less than the size of the .so file on disk, but I'm not sure how to calculate it.
Can anyone help? Thanks, Marcus.