uvm_amap.c | 360 int *newppref, *oldppref; local in function:amap_extend 564 newppref = NULL; 567 newppref = kmem_alloc(slotalloc * sizeof(*newppref), kmflags); 575 if (newppref != NULL) { 576 kmem_free(newppref, slotalloc * sizeof(*newppref)); 637 if (newppref) { 639 memcpy(newppref, oldppref, 641 memset(newppref + amap->am_nslot, 0 [all...] |