OSDN Git Service

* ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Aug 2000 22:19:27 +0000 (22:19 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Aug 2000 22:19:27 +0000 (22:19 +0000)
commit9a2e8b0ade48cd7c18cd2efd64674481f914bba6
tree0a08e0e534dca3356dacd704e44b3733f45c39c4
parent167e21908b98d243654456c8222a9bcac791af1e
* ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
asked for one page, allocate GGC_QUIRE_SIZE of them and put
the extras on the free list.
(release_pages): Clean up.
(ggc_set_mark): Don't adjust G.allocated here...
(sweep_pages): ... do it here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35961 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ggc-page.c