[PATCH] D93452: [clangd] Trim memory after buildINdex
Quentin Chateau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 18 06:18:19 PST 2020
qchateau updated this revision to Diff 312781.
qchateau added a comment.
Herald added subscribers: llvm-commits, dexonsmith, hiraditya.
Herald added a project: LLVM.
- Add MallocTrim to llvm::sys::Process
- Implement malloc trimming in ClangdLSPServer
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93452/new/
https://reviews.llvm.org/D93452
Files:
clang-tools-extra/clangd/ClangdLSPServer.cpp
clang-tools-extra/clangd/ClangdLSPServer.h
clang-tools-extra/clangd/index/FileIndex.cpp
clang-tools-extra/clangd/tool/ClangdMain.cpp
llvm/cmake/config-ix.cmake
llvm/include/llvm/Config/config.h.cmake
llvm/include/llvm/Support/Process.h
llvm/lib/Support/Unix/Process.inc
llvm/lib/Support/Windows/Process.inc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93452.312781.patch
Type: text/x-patch
Size: 8647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201218/bea99093/attachment.bin>
More information about the llvm-commits
mailing list