| 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,67 – 2002/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) | |
| 2002/0114 | panic("allocb without up: %luX\n", getcallerpc(&size)); | |
| 2001/0822 | if((b = _allocb(size)) == nil){ xsummary(); mallocsummary(); | |