This will be useful for optimizing the size class map.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Unit tests: pass. 62518 tests passed, 0 failed and 844 were skipped.
clang-tidy: pass.
clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.
Build artifacts: clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
compiler-rt/lib/scudo/standalone/wrappers_c.inc | ||
---|---|---|
185 | Isn't this going to be huge? 128k*sizeof(uptr), so like 1mb of stack? |
compiler-rt/lib/scudo/standalone/wrappers_c.inc | ||
---|---|---|
185 | Yeah, I'll move it to the heap. |
clang-format: please reformat the code