HomeSort by: relevance | last modified time | path
    Searched refs:ggc_round_alloc_size (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ggc-none.cc 38 ggc_round_alloc_size (size_t requested_size) function
ggc.h 140 extern size_t ggc_round_alloc_size (size_t requested_size);
vec.h 31 extern size_t ggc_round_alloc_size (size_t requested_size);
410 size = ::ggc_round_alloc_size (size);
toplev.cc 1092 line_table->m_round_alloc_size = ggc_round_alloc_size;
ggc-page.cc 1249 ggc_round_alloc_size (size_t requested_size)
1247 ggc_round_alloc_size (size_t requested_size) function
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-none.cc 38 ggc_round_alloc_size (size_t requested_size) function
ggc.h 138 extern size_t ggc_round_alloc_size (size_t requested_size);
vec.h 31 extern size_t ggc_round_alloc_size (size_t requested_size);
379 size = ::ggc_round_alloc_size (size);
toplev.cc 1091 line_table->round_alloc_size = ggc_round_alloc_size;
ggc-page.cc 1248 ggc_round_alloc_size (size_t requested_size)
1246 ggc_round_alloc_size (size_t requested_size) function

Completed in 46 milliseconds