diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-13 16:09:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-13 16:10:54 -0700 |
commit | e4fb98b542c57fa4856fbeb14230ace34d910117 (patch) | |
tree | 699813b8e331f5d2fc9f79e15d6e0f97a27e9d19 /lib-src/emacsclient.c | |
parent | 0dba340da54f129750096a5a8704805a94f5535c (diff) | |
download | emacs-e4fb98b542c57fa4856fbeb14230ace34d910117.tar.gz emacs-e4fb98b542c57fa4856fbeb14230ace34d910117.tar.bz2 emacs-e4fb98b542c57fa4856fbeb14230ace34d910117.zip |
Simplify GC statistics-gathering
* src/alloc.c (make_interval, allocate_string, make_float)
(free_cons, Fcons, setup_on_free_list)
(allocate_vector_from_block, Fmake_symbol):
Do not update gcstat, since it is for statistics from the most
recent GC, not for a partially-updated hodgepodge.
(sweep_vectors): Update gcstat, since setup_on_free_list
no longer does.
(garbage_collect_1): Rename to garbage_collect and adopt its API.
Remove the old garbage_collect, which is no longer needed.
All callers changed.
Diffstat (limited to 'lib-src/emacsclient.c')
0 files changed, 0 insertions, 0 deletions