diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-06 22:00:48 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-06 22:00:48 +0100 |
commit | a1bee89ecc6b88dab954269c5820f97cf5d30405 (patch) | |
tree | 81b3ed4c5398eb70523b3b1cf36fc96d1593967c /po/tr.po | |
parent | 7385f767e3b81f29f5e8d801c9b64b2ae0272a9c (diff) | |
download | weechat-a1bee89ecc6b88dab954269c5820f97cf5d30405.zip |
core: add option `malloc_trim` in command `/sys`
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-03-06 20:32+0100\n" +"POT-Creation-Date: 2024-03-06 21:53+0100\n" "PO-Revision-Date: 2024-03-06 20:33+0100\n" "Last-Translator: Emir SARI <emir_sari@icloud.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3599,7 +3599,8 @@ msgstr "" msgid "system actions" msgstr "fset seçenekleri" -msgid "get rlimit|rusage || suspend || waitpid <number>" +msgid "" +"get rlimit|rusage || malloc_trim [<size>] || suspend || waitpid <number>" msgstr "" msgid "raw[get]: display system info" @@ -3620,6 +3621,17 @@ msgid "raw[rusage]: display resource usage (see \"man getrusage\")" msgstr "Bellek kullanımı (yardım için bkz. \"man mallinfo\"):" msgid "" +"raw[malloc_trim]: call function malloc_trim to release free memory from the " +"heap" +msgstr "" + +msgid "" +"size: amount of free space to leave untrimmed at the top of the heap " +"(default is 0: only the minimum amount of memory is maintained at the top of " +"the heap)" +msgstr "" + +msgid "" "raw[suspend]: suspend WeeChat and go back to the shell, by sending signal " "SIGTSTP to the WeeChat process" msgstr "" |