On Wed, Sep 12, 2018 at 10:17:13AM +0500, Andrey Rahmatullin wrote:
> On Wed, Sep 12, 2018 at 04:38:05AM +, Mo Zhou wrote:
> > I'm confused about which symbol would be eventually loaded when
> > different shared objects provides different implementation for
> > the same function signature, e.g.
On Wed, Sep 12, 2018 at 04:38:05AM +, Mo Zhou wrote:
> I'm confused about which symbol would be eventually loaded when
> different shared objects provides different implementation for
> the same function signature, e.g. (glibc)malloc and (jemalloc)malloc .
Loading order usually. You can consult
Hi mentors,
I'm confused about which symbol would be eventually loaded when
different shared objects provides different implementation for
the same function signature, e.g. (glibc)malloc and (jemalloc)malloc .
Debian's jemalloc package doesn't mangle the function names, i.e.
jemalloc's malloc imp
3 matches
Mail list logo