]> git.eshelyaron.com Git - emacs.git/commit
(heap_base): Move static var to top level.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Oct 1994 21:53:19 +0000 (21:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Oct 1994 21:53:19 +0000 (21:53 +0000)
commitabe9ff327fdcb86d6b1c051a6b6c77a31202edc6
tree8c7674c8f28e3a0b57939c41d6075aa5437586c7
parent149cbcb0b7d9aecbc41ecb497c9921549e217409
(heap_base): Move static var to top level.
(struct heap): New slot `free'.
(obtain): Set `free' for new heap.
(get_bloc): Update `free'.
(find_heap): New function.
(update_heap_free_pointers): New function.
(resize_bloc, r_alloc_sbrk): Call update_heap_free_pointers.
src/ralloc.c