aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/alloc.c b/src/alloc.c
index ea142fb1076..8c8e1a99829 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6296,10 +6296,6 @@ where each entry has the form (NAME SIZE USED FREE), where:
6296 keeps around for future allocations (maybe because it does not know how 6296 keeps around for future allocations (maybe because it does not know how
6297 to return them to the OS). 6297 to return them to the OS).
6298 6298
6299However, if there was overflow in pure space, and Emacs was dumped
6300using the \"unexec\" method, `garbage-collect' returns nil, because
6301real GC can't be done.
6302
6303Note that calling this function does not guarantee that absolutely all 6299Note that calling this function does not guarantee that absolutely all
6304unreachable objects will be garbage-collected. Emacs uses a 6300unreachable objects will be garbage-collected. Emacs uses a
6305mark-and-sweep garbage collector, but is conservative when it comes to 6301mark-and-sweep garbage collector, but is conservative when it comes to