HomeSort by: relevance | last modified time | path
    Searched defs:list_size_length (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
libgcov-driver.c 451 static unsigned list_size_length = 0; local
453 if (list_sizes == NULL || counters > list_size_length)
455 list_size_length = MAX (LIST_SIZE_MIN_LENGTH, 2 * counters);
458 = (unsigned *)malloc_mmap (list_size_length * sizeof (unsigned));
464 (unsigned *)(*allocate_fn) (list_size_length * sizeof (unsigned),
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-driver.c 433 static unsigned list_size_length = 0; local
435 if (list_sizes == NULL || counters > list_size_length)
437 list_size_length = MAX (LIST_SIZE_MIN_LENGTH, 2 * counters);
440 = (unsigned *)malloc_mmap (list_size_length * sizeof (unsigned));
446 (unsigned *)(*allocate_fn) (list_size_length * sizeof (unsigned),

Completed in 20 milliseconds