Why netty doesn't use jemalloc directly but implement its own pool?

42 Views Asked by At

I find that netty implement a jemalloc-like memory pool for internel usage, I don't quite understand why, since the program could use jemalloc directly by using LD_PRELOAD or other mechanisms, is there any difference between these two approaches?

0

There are 0 best solutions below