OSDN Git Service

Fix building ggc-zone.c
authordodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 2011 15:22:17 +0000 (15:22 +0000)
committerdodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 2011 15:22:17 +0000 (15:22 +0000)
* ggc-zone.c (ggc_internal_alloc_zone_stat): Rename
ggc_alloced_size_order_for_request into ggc_round_alloc_size like
it was done in ggc-page.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180258 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/ggc-zone.c

index eeed56d..83da507 100644 (file)
 
 2011-10-20  Dodji Seketeli  <dodji@redhat.com>
 
+       * ggc-zone.c (ggc_internal_alloc_zone_stat): Rename
+       ggc_alloced_size_order_for_request into ggc_round_alloc_size like
+       it was done in ggc-page.c.
+
        PR other/50659
        * doc/cppopts.texi: Use @smallexample/@end smallexample in
        documentation for -fdebug-cpp instead of @quotation/@end quotation
index 79c8c03..5257ada 100644 (file)
@@ -1102,7 +1102,7 @@ ggc_internal_alloc_zone_stat (size_t orig_size, struct alloc_zone *zone
   struct small_page_entry *entry;
   struct alloc_chunk *chunk, **pp;
   void *result;
-  size_t size = ggc_alloced_size_for_request (orig_size);
+  size_t size = ggc_round_alloc_size (orig_size);
 
   /* Try to allocate the object from several different sources.  Each
      of these cases is responsible for setting RESULT and SIZE to