plan 9 kernel history: overview | file list | diff list

2003/0417/port/page.c (diff list | history)

2003/0405/sys/src/9/port/page.c:18,232003/0417/sys/src/9/port/page.c:18,24 (short | long | prev | next)
1990/0227    
 
1992/0619    
	np = palloc.np0+palloc.np1; 
	palloc.head = xalloc(np*sizeof(Page)); 
2003/0417    
print("pageinit: allocated %p to %p\n", palloc.head, (uchar*)palloc.head+np*sizeof(Page)); 
1992/0619    
	if(palloc.head == 0) 
		panic("pageinit"); 
1992/0622    
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)