c++ - Shared libraries memory space -
Is the C ++ shared library its own memory location? Or is this collar process 'one?' Does sharing?
I have a shared library that contains some classes and rapper functions, and this is a bit of a cover function:
libXXX_construct ()
Initializes and returns the indicator to the object.
Once I have been placed in the Collider program> libXXX_construct ()
object? Is this "collar" in memory space or in library memory space?
The associated example of the shared library shares the memory space of the examples executable directly or indirectly . It is true for both operating systems like Windows and UN * X. Note that static variables in shared libraries are not a method of inter-process communication (some people think).
Comments
Post a Comment