summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/checkdoc.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-01-01 15:06:50 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-01-01 15:07:16 -0800
commit8b5f05e93871a6a6f853b3f0807eb0a3660f5f5e (patch)
treee9ee28ae75a293f7abb469f14ad2f9458b8f2348 /lisp/emacs-lisp/checkdoc.el
parentba1b340988ab79a1173f402f8f66bff06e0dd7c5 (diff)
downloademacs-8b5f05e93871a6a6f853b3f0807eb0a3660f5f5e.tar.gz
emacs-8b5f05e93871a6a6f853b3f0807eb0a3660f5f5e.tar.bz2
emacs-8b5f05e93871a6a6f853b3f0807eb0a3660f5f5e.zip
Bignums from garbage-collect, memory-use-counts
Do not limit the results of garbage-collect and memory-use-counts to fixnums, as they might be bignums now on 32-bit hosts. * src/lisp.h (byte_ct): New type. * src/alloc.c (object_ct): New type. (consing_since_gc, gc_relative_threshold) (memory_full_cons_threshold, total_string_bytes): Now byte_ct, not EMACS_INT. (total_conses, total_symbols, total_buffers, total_free_conses) (total_free_symbols, total_free_floats, total_floats) (total_free_intervals, total_intervals, total_strings) (total_free_strings, total_vectors, total_vector_slots) (total_free_vector_slots): Now object_ct, not EMACS_INT. (bounded_number): Remove. All uses removed. (object_bytes): New function. (total_bytes_of_live_objects, garbage_collect_1): Use byte_ct, not size_t, to count total GC bytes where multiple objects are involved. (garbage_collect_1, Fmemory_use_counts): Do not limit returned counts to fixnums. (sweep_conses, sweep_floats, sweep_intervals, sweep_symbols): Use object_ct, not EMACS_INT, to count GC objects.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
0 files changed, 0 insertions, 0 deletions