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.
我正在尝试自己编译 NGINX,并看到它使用的是自己在 malloc 之上的内存分配:ngx_alloc 和 ngx_calloc。
用 jemalloc 或 tcmalloc 内存管理替换 ngx_alloc 和 ngx_calloc 是个好主意吗?