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

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

1992/0321/sys/src/9/gnot/bbmalloc.c:53,591992/0711/sys/src/9/gnot/bbmalloc.c:53,58 (short | long | prev | next)
1991/1222    
void 
bbfree(void *p, int n) 
{ 
	ulong *up; 
	int a, s; 
 
	s = splhi(); 
1992/0321/sys/src/9/gnot/bbmalloc.c:66,711992/0711/sys/src/9/gnot/bbmalloc.c:65,71
1992/0120    
void 
1992/0112    
flushvirtpage(void *p) 
{ 
1992/0711    
	USED(p); 
1992/0112    
	flushcpucache(); 
} 
 
1992/0321/sys/src/9/gnot/bbmalloc.c:72,771992/0711/sys/src/9/gnot/bbmalloc.c:72,78
1992/0120    
void 
1991/1222    
bbdflush(void *p, int n) 
{ 
1992/0711    
	USED(p, n); 
1991/1222    
	flushcpucache(); 
1992/0112    
} 
 


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