Searched refs:allocate_multiple_pages (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dmips-tfile.c1578 STATIC page_t *allocate_multiple_pages (Size_t);
2636 cur_line_start = (char *) allocate_multiple_pages (num_pages+1);
4309 ptr = allocate_multiple_pages ((size + PAGE_USIZE - 1) / PAGE_USIZE);
4884 char *buffer = (char *) allocate_multiple_pages (4);
5077 allocate_multiple_pages (Size_t npages)
5033 allocate_multiple_pages (Size_t npages) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dmips-tfile.c1580 STATIC page_t *allocate_multiple_pages (Size_t);
2625 cur_line_start = (char *) allocate_multiple_pages (num_pages+1);
4290 ptr = allocate_multiple_pages ((size + PAGE_USIZE - 1) / PAGE_USIZE);
4865 char *buffer = (char *) allocate_multiple_pages (4);
5058 allocate_multiple_pages (Size_t npages)
5014 allocate_multiple_pages (Size_t npages) function

Completed in 182 milliseconds