I want to use jemalloc for memory profiling of DLLs.
I am using jemalloc 4.3.0. I build it in Microsoft Visual Studio 2015.
Now how can jemalloc.dll
be used in the application?
The application is in Java and it uses native code written in C++. My OS is Windows 7, 32-bit.