AllocKMem 305 console.c consoles[i].ConsoleBuffer = AllocKMem(4096); AllocKMem 473 filesystem.c struct FCB *fHandle = (struct FCB *) AllocKMem(sizeof(struct FCB)); AllocKMem 496 filesystem.c struct FCB *fHandle = AllocKMem(sizeof(struct FCB)); AllocKMem 26 include/kernel.h #define ALLOCMSG (struct Message *)AllocKMem(sizeof(struct Message)) AllocKMem 45 include/memory.h void *AllocKMem(long sizeRequested); AllocKMem 16 kernlib.c char *buff = AllocKMem(noBytes); AllocKMem 174 kernlib.c char *buff = (char *) AllocKMem(sizeof(struct FileInfo)); AllocKMem 203 kernlib.c char *buff = (char *) AllocKMem(sizeof(struct FileInfo)); AllocKMem 253 kernlib.c char *buff = AllocKMem(noBytes); AllocKMem 288 kernlib.c char *buff = AllocKMem(noBytes + 1); AllocKMem 306 kernlib.c char *buff = AllocKMem(noBytes); AllocKMem 395 kernlib.c currentTask->currentDirName = AllocKMem(strlen(S) + 1); AllocKMem 448 kernlib.c char *S = AllocKMem(strlen(name) + strlen(currentTask->currentDirName) + 3); AllocKMem 50 memory.c runnableTasks = (struct TaskList *) AllocKMem(sizeof(struct TaskList)); AllocKMem 53 memory.c allTasks = (struct TaskList *) AllocKMem(sizeof(struct TaskList)); AllocKMem 6 messaging.c void *AllocKMem(long); AllocKMem 64 messaging.c struct MessagePort *temp = AllocKMem(sizeof(struct MessagePort)); AllocKMem 65 newtask.c task->currentDirName = AllocKMem(strlen(currentTask->currentDirName) + 1); AllocKMem 76 newtask.c struct FCB *fcbin = (struct FCB *) AllocKMem(sizeof(struct FCB)); AllocKMem 82 newtask.c struct FCB *fcbout = (struct FCB *) AllocKMem(sizeof(struct FCB)); AllocKMem 89 newtask.c struct FCB *fcberr = (struct FCB *) AllocKMem(sizeof(struct FCB)); AllocKMem 124 newtask.c char *kname = AllocKMem(strlen(name) + 6); // Enough space for "/BIN" + name AllocKMem 13 tasklist.c (struct TaskList *)AllocKMem(sizeof(struct TaskList)); AllocKMem 24 tasklist.c (struct TaskList *)AllocKMem(sizeof(struct TaskList));