17 Mar
2005
17 Mar
'05
1:24 a.m.
That was my impression of dynamic linking; loading into the symbol space when needed. All functions in all linked libraries execute the same "instance" of strlen() within a single process.
Jason
Hmmm I think I may have been asking the question in the wrong way, but that is what I was looking for. No matter how many objects are loaded into the process space of a given binary, there is only one instance of strlen ever.