commit | 2b986ea634e8d1db636f1c568367571ffa122c8b | [log] [tgz] |
---|---|---|
author | Googler <chiwang@google.com> | Thu Sep 26 06:01:40 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 26 06:03:27 2024 -0700 |
tree | d27894f7485d2846ef7b1d1fae5da2d9dfdd2c7f | |
parent | 169006731e811e0542bc99287ca2ee7e150465c8 [diff] |
Impl Arena/Bump allocator. The Arena reserves a large address space ahead of time and commit/decommit pages on demand. For production usages, one may need to chain Arenas if it runs out of reserved address. But this is only for tests, using a fixed reserved space should be enough and make the implementation easier. PiperOrigin-RevId: 679117001 Change-Id: Ib7a938bf87532f3086811e28adb8e524fa44d85b
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
To report a security issue, please email security@bazel.build with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. Our vulnerability management team will respond within 3 working days of your email. If the issue is confirmed as a vulnerability, we will open a Security Advisory. This project follows a 90 day disclosure timeline.
See CONTRIBUTING.md