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

2002/0114/port/allocb.c (diff list | history)

2001/0822/sys/src/9/port/allocb.c:61,672002/0114/sys/src/9/port/allocb.c:61,67 (short | long | prev | next)
Bug fix: print format.
rsc Fri Mar 4 12:44:25 2005
2001/0504    
	 * Can still error out of here, though. 
	 */ 
	if(up == nil) 
		panic("allocb without up: %uX\n", getcallerpc(&size)); 
2002/0114    
		panic("allocb without up: %luX\n", getcallerpc(&size)); 
2001/0822    
	if((b = _allocb(size)) == nil){ 
		xsummary(); 
		mallocsummary(); 


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