diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index 9fbd0d05739..6a17bedc75b 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6050,8 +6050,9 @@ where each entry has the form (NAME SIZE USED FREE), where: | |||
| 6050 | - FREE is the number of those objects that are not live but that Emacs | 6050 | - FREE is the number of those objects that are not live but that Emacs |
| 6051 | keeps around for future allocations (maybe because it does not know how | 6051 | keeps around for future allocations (maybe because it does not know how |
| 6052 | to return them to the OS). | 6052 | to return them to the OS). |
| 6053 | However, if there was overflow in pure space, `garbage-collect' | 6053 | However, if there was overflow in pure space, and Emacs was dumped |
| 6054 | returns nil, because real GC can't be done. | 6054 | using the 'unexec' method, `garbage-collect' returns nil, because |
| 6055 | real GC can't be done. | ||
| 6055 | See Info node `(elisp)Garbage Collection'. */) | 6056 | See Info node `(elisp)Garbage Collection'. */) |
| 6056 | (void) | 6057 | (void) |
| 6057 | { | 6058 | { |