Searched refs:npages (Results 1 – 1 of 1) sorted by relevance
1459 static page_type *allocate_cluster (unsigned long npages);4789 allocate_cluster (unsigned long npages) in allocate_cluster() argument4791 page_type *value = (page_type *) xmalloc (npages * PAGE_USIZE); in allocate_cluster()4795 fprintf (stderr, "\talloc\tnpages = %d, value = 0x%.8x\n", npages, value); in allocate_cluster()4798 memset (value, 0, npages * PAGE_USIZE); in allocate_cluster()