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

1992/0711/ss/bbmalloc.c (diff list | history)

1992/0321/sys/src/9/ss/bbmalloc.c:41,481992/0711/sys/src/9/ss/bbmalloc.c:41,46 (short | long | prev | next)
1991/0723    
void 
bbfree(void *p, int n) 
{ 
	ulong *up; 
                 
	if(p == bblast) 
		bbcur = (ulong *)(((char *)bblast) + n); 
} 


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