Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
f471f66e
Commit
f471f66e
authored
Oct 07, 2018
by
Raymond Toy
Browse files
Update with new docstring
parent
810c52ea
Pipeline
#390
passed with stage
in 17 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/i18n/locale/cmucl.pot
View file @
f471f66e
...
...
@@ -6412,6 +6412,39 @@ msgid ""
" all code objects in Space with more than Above function constants."
msgstr ""
#: src/code/gc.lisp
msgid ""
"Returns a list of the current GC assertion settings. The list is\n"
" in the same format as the keyword arguments to SET-GC-ASSERTIONS,\n"
" i.e.,\n"
"\n"
" (apply #'set-gc-assertions (get-gc-assertions))\n"
"\n"
" See SET-GC-ASSERTIONS for more information."
msgstr ""
#: src/code/gc.lisp
msgid ""
"Set GC assertion to the specified value:\n"
" :ASSERT-LEVEL\n"
" Defaults to 0, higher values indicate more assertions are "
"enabled.\n"
"\n"
" :VERIFY-AFTER-FREE-HEAP\n"
" If non-NIL, the heap is verified for consistency whenever\n"
" part of the heap is collected.\n"
"\n"
" :VERIFY-GENERATIONS\n"
" Set to generation number. When GC occurs, generations\n"
" equal to or higher than this value are checked for\n"
" consistency.\n"
"\n"
" :VERIFY-NEW-OBJECTS\n"
" When GC occurs for the newest generation, the heap for this\n"
" generation is checked for validity.\n"
""
msgstr ""
#: src/code/gc.lisp
msgid "Oh no. The current dynamic space is missing!"
msgstr ""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment