File: alloc.c.html

Defined variables (18)

cons-cells-consedNumber of cons cells that have been consed so far.
floats-consedNumber of floats that have been consed so far.
garbage-collection-messagesNon-nil means display messages at start and end of garbage collection.
gc-cons-percentagePortion of the heap used for allocation.
gc-cons-thresholdNumber of bytes of consing between garbage collections.
gc-elapsedAccumulated time elapsed in garbage collections.
gcs-doneAccumulated number of garbage collections done.
integer-widthMaximum number N of bits in safely-calculated integers.
intervals-consedNumber of intervals that have been consed so far.
memory-fullNon-nil means Emacs cannot get much more Lisp memory.
memory-signal-dataPrecomputed ‘signal’ argument for memory-full error.
post-gc-hookHook run after garbage collection has finished.
pure-bytes-usedNo longer used.
purify-flagNon-nil means loading Lisp code in order to dump an executable.
string-chars-consedNumber of string characters that have been consed so far.
strings-consedNumber of strings that have been consed so far.
symbols-consedNumber of symbols that have been consed so far.
vector-cells-consedNumber of vector cells that have been consed so far.

Defined functions (21)

bool-vector(&rest OBJECTS)
cons(CAR CDR)
garbage-collect()
garbage-collect-maybe(FACTOR)
list(&rest OBJECTS)
make-bool-vector(LENGTH INIT)
make-byte-code(ARGLIST BYTE-CODE CONSTANTS DEPTH &optional DOCSTRING INTERACTIVE-SPEC &rest ELEMENTS)
make-closure(PROTOTYPE &rest CLOSURE-VARS)
make-finalizer(FUNCTION)
make-list(LENGTH INIT)
make-marker()
make-record(TYPE SLOTS INIT)
make-string(LENGTH INIT &optional MULTIBYTE)
make-symbol(NAME)
make-vector(LENGTH INIT)
malloc-info()
malloc-trim(&optional LEAVE-PADDING)
memory-info()
memory-use-counts()
record(TYPE &rest SLOTS)
vector(&rest OBJECTS)

Defined faces (0)