我要评分
获取效率
正确性
完整性
易理解

Library Description

Because the KQMalloc library optimizes functions in standard libraries, you only need to link libkqmalloc.so or preload it.

LD_PRELOAD=/usr/local/ksl/libkqmalloc.so ./run_your_application

It can also be dynamically loaded into an application, but this method is not recommended because there are several restrictions on sharing the virtual address space with another allocator used by the application.