plasma-umass / Mesh

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Struggling to run MESH with other application

yashwardhan-gautam opened this issue · comments

I need some help regarding how to integrate MESH with other applications.
Thanks in advance.

Can you be more specific as to the nature of your problem? Have you tried using LD_PRELOAD or DYLD_INSERT_LIBRARIES, as directed?

Hey @emeryberger ,
Thanks for replying, can you explain a bit more about the same.

Also how to check for the changes that happened because of using MESH

Please read the README and let me know if you have specific questions.

I've added an extra section to the readme about how to get stats out of mesh, so I'm going to close this for now.

For general information on LD_PRELOAD, check this out: https://jvns.ca/blog/2014/11/27/ld-preload-is-super-fun-and-easy/