Re: 答复: Quantlib dynamic library size
Posted by SteveGe on Jan 06, 2015; 3:47am
URL: http://quantlib.414.s1.nabble.com/Quantlib-dynamic-library-size-tp16145p16155.html
Does that mean it only load a few K or Byte to memory even if the .so is 300+MByte? I am not sure that would be the case as .so is a file in its own not a collection of files like .a
Is there a way to verify that ? I tried pmap -x pid and checked the RSS but not sure that is the correct way.