(emacs_blocked_malloc): Set __malloc_extra_blocks here.
authorRichard M. Stallman <rms@gnu.org>
Mon, 6 Feb 1995 22:52:25 +0000 (22:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 6 Feb 1995 22:52:25 +0000 (22:52 +0000)
commit276cbe5a5f38c5b3313245ceea7d06e01da47f33
tree3a0bf568b850e4dad7769ebc2bc62dbf6ce7ac19
parentd07ee75af95c5bd43654da65452e5628198a300c
(emacs_blocked_malloc): Set __malloc_extra_blocks here.
(malloc_hysteresis): New variable.
(init_alloc_once): Initialize malloc_hysteresis.
(buffer_memory_full): New function.

(refill_memory_reserve): New function.

(SPARE_MEMORY): New macro.
(emacs_blocked_free): If no spare_memory now, and enough free
space is available, get a new spare.
(__malloc_size_t, _bytes_used): Declared.
(bytes_used_when_full): New variable.

(syms_of_alloc): Improve memory exhausted error message.
(init_alloc_once): Allocate spare_memory.
(memory_full): Free spare_memory.
src/alloc.c