标签: c nginx malloc tcmalloc
我正在尝试编译自己的NGINX并看到它在malloc:ngx_alloc和ngx_calloc之上使用自己的内存分配。
用jemalloc或tcmalloc内存管理替换ngx_alloc和ngx_calloc是个好主意吗?