Skip to content
Snippets Groups Projects
Commit f471f66e authored by Raymond Toy's avatar Raymond Toy
Browse files

Update with new docstring

parent 810c52ea
No related branches found
No related tags found
No related merge requests found
...@@ -6412,6 +6412,39 @@ msgid "" ...@@ -6412,6 +6412,39 @@ msgid ""
" all code objects in Space with more than Above function constants." " all code objects in Space with more than Above function constants."
msgstr "" 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 #: src/code/gc.lisp
msgid "Oh no. The current dynamic space is missing!" msgid "Oh no. The current dynamic space is missing!"
msgstr "" msgstr ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment