mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 03:44:14 +00:00
make the stdlib work with the changed docgen
This commit is contained in:
@@ -418,7 +418,7 @@ proc prepareDealloc(cell: PCell) =
|
||||
decTypeSize(cell, t)
|
||||
|
||||
proc deallocHeap*(runFinalizers = true; allowGcAfterwards = true) =
|
||||
## Frees the thread local heap. Runs every finalizer if ``runFinalizers```
|
||||
## Frees the thread local heap. Runs every finalizer if ``runFinalizers``
|
||||
## is true. If ``allowGcAfterwards`` is true, a minimal amount of allocation
|
||||
## happens to ensure the GC can continue to work after the call
|
||||
## to ``deallocHeap``.
|
||||
|
||||
Reference in New Issue
Block a user