Extend the value returned by Fgarbage_collect with heap statistics.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 20 Jul 2012 14:07:28 +0000 (18:07 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 20 Jul 2012 14:07:28 +0000 (18:07 +0400)
commitf8643a6b9e35af22b69a84f83df5d9410de82f16
tree922310c5216f43845258318070a72c2f616c063c
parentdac616ff9f51b77e399a06863a79446958c4f840
Extend the value returned by Fgarbage_collect with heap statistics.
* alloc.c (Qheap): New symbol.
(syms_of_alloc): DEFSYM it.
(Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
(Fmemory_free): Remove.
(syms_of_alloc): Don't defsubr it.
* buffer.c (Fcompact_buffer): Remove.
(syms_of_buffer): Don't defsubr it.
src/ChangeLog
src/alloc.c
src/buffer.c