Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 jemalloc 对 DLL 进行内存分析。
我正在使用 jemalloc 4.3.0。我在 Microsoft Visual Studio 2015 中构建它。
现在如何jemalloc.dll在应用程序中使用?
jemalloc.dll
该应用程序是 Java 语言,它使用用 C++ 编写的本机代码。我的操作系统是 Windows 7,32 位。