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.
Parent topic: KQMalloc Library Functions