GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Projects Security Insights Additional navigation options master 2Branches0Tags Code Folders and files Name Last commit message Last commit date Latest commit ckennelly and copybara-github Exercise misaligned pointers with/without sampling. Mar 28, 2025 ...
Projects Security Insights Additional navigation options Files master ci docs tcmalloc .bazelrc .gitignore BUILD CONTRIBUTING.md LICENSE MODULE.bazel README.md WORKSPACE WORKSPACE.bzlmod Latest commit fhanau and copybara-github Merge#271. Dec 13, 2024 ...
Security Insights Additional navigation options master BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit History 2,213 Commits ci docs tcmalloc .bazelrc .gitignore BUILD CONTRIBUTING.md LICENSE MODULE.bazel ...
try to optimize tcmalloc. Contribute to matessd/tcmalloc development by creating an account on GitHub.
Explore All features Documentation GitHub Skills Blog Solutions By company size Enterprises Small and medium teams Startups Nonprofits By use case DevSecOps DevOps CI/CD View all use cases By industry Healthcare Financial services Manufacturing Government View all industries View all sol...
See https://github.com/google/tcmalloc/tree/master/docs/stats.md for an explanation of this page --- MALLOC: 10858234672 (10355.2 MiB) Bytes in use by application MALLOC: + 827129856 ( 788.8 MiB) Bytes in page heap freelist MALLOC: + 386098400 ( 368.2 MiB) Bytes in central cache freeli...
These are contained in https://github.com/google/tcmalloc/blob/master/tcmalloc/malloc_extension.h. nallocx(size_t size, int flags) - Returns the number of bytes that would be allocated by malloc(size), subject to the alignment specified in flags. sdallocx(void* ptr, size_t size, int ...
README.md compatibility.md design.md gperftools.md gwp-asan.md lifetime-based-allocator.md overview.md platforms.md quickstart.md reference.md regions-are-not-optional.md rseq.md sampling.md stats.md temeraire.md tuning.md tcmalloc .bazelrc .gitignore BUILD CONTRIBUTING.md LICENSE MODULE.bazel...
Try to fix github tcmalloc target failure Browse files tcmalloc may, depending on the stacktrace generator it uses, create pipe(2) fds during shared library initialisation. These will later get clobbered by ssh/sshd calling closefrom() and chaos will ensue. Tell tcmalloc to use an unwinder ...