| plan 9 kernel history: overview | file list | diff list |
1992/0112/gnot/bbmalloc.c (diff list | history)
| 1991/1222/sys/src/9/gnot/bbmalloc.c:64,71 – 1992/0112/sys/src/9/gnot/bbmalloc.c:64,85 (short | long | prev | next) | ||
| 1991/1222 | } void * | |
| 1992/0112 | flushvirtpage(void *p) { flushcpucache(); } void * | |
| 1991/1222 | bbdflush(void *p, int n) { flushcpucache(); return (void *)(((ulong)p)); | |
| 1992/0112 | } int bbonstack(void) { if(u) return 1; return 0; | |
| 1991/1222 | } | |