3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/buildhelp wanted
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Add option to build Envoy with LLVM's Scudo Allocator instead of tcmalloc or system allocator.
cc @htuch @lizan
Contributor guide
- Research direction
- Examine the current build configuration for tcmalloc and add a new option to use Scudo allocator. Look at how external dependencies are added via Bazel and define the Scudo dependency. Ensure the build system allows selecting the allocator, possibly via a preprocessor flag or build option.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GitC++Bazel