Home
last modified time | relevance | path

Searched refs:allocate_cluster (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/gcc/
HDmips-tfile.c1575 STATIC page_t *allocate_cluster (Size_t);
4966 allocate_cluster (Size_t npages) in allocate_cluster() function
4979 allocate_cluster (Size_t npages) in allocate_cluster() function
5020 cluster_ptr = allocate_cluster (MAX_CLUSTER_PAGES); in allocate_multiple_pages()
5031 return allocate_cluster (npages); in allocate_multiple_pages()
5078 cluster_ptr = allocate_cluster (MAX_CLUSTER_PAGES); in allocate_page()
HDChangeLog-199810087 (allocate_cluster): Likewise.
HDChangeLog-19998748 (allocate_cluster): Call xcalloc, not calloc.
HDChangeLog-200315100 * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
/trueos/contrib/binutils/gas/
HDecoff.c1462 static page_type *allocate_cluster (unsigned long npages);
4782 allocate_cluster (unsigned long npages) in allocate_cluster() function
4811 cluster_ptr = allocate_cluster (pages_left); in allocate_page()