Function to mark objects and remove killed buffers at once.
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 13 Sep 2012 05:18:26 +0000 (09:18 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 13 Sep 2012 05:18:26 +0000 (09:18 +0400)
commitd59a1afb9acc881201223e7c573e94526b3cd3fc
tree4c92fb8ee776015784681c55fdb7e210936e6779
parent8ea47e3a5073256b30a42d34a2654e4551ce7e78
Function to mark objects and remove killed buffers at once.
* alloc.c (discard_killed_buffers): Rename to ...
(mark_discard_killed buffers) ... new name.  Add marking
of remaining objects.  Fix comment.  Adjust users.
(mark_object): Do not touch frame buffer lists here.
* frame.c (delete_frame): Reset frame buffer lists here.
src/ChangeLog
src/alloc.c
src/frame.c