| plan 9 kernel history: overview | file list | diff list |
1992/0116/ss/bbmalloc.c (diff list | history)
| 1991/0723/sys/src/9/ss/bbmalloc.c:7,27 – 1992/0116/sys/src/9/ss/bbmalloc.c:7,12 (short | long | prev | next) | ||
| 1991/0723 | /* * Allocate memory for use in kernel bitblts. | |
| 1991/0723/sys/src/9/ss/bbmalloc.c:48,57 – 1992/0116/sys/src/9/ss/bbmalloc.c:33,38 | ||
| 1991/0723 | ans = bbcur; bbcur = ans + nw; splx(s); | |
| 1991/0723/sys/src/9/ss/bbmalloc.c:66,73 – 1992/0116/sys/src/9/ss/bbmalloc.c:47,56 | ||
| 1991/0723 | bbcur = (ulong *)(((char *)bblast) + n); } | |
| 1992/0116 | int bbonstack(void) | |
| 1991/0723 | { | |
| 1992/0116 | if(u) return 1; return 0; | |
| 1991/0723 | } | |