Mercurial > hg > Game > Cerium
diff TaskManager/Fifo/FifoTaskManagerImpl.h @ 538:5641d121818e draft
code_load in read()
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 12 Oct 2009 02:50:01 +0900 |
parents | bce667ff20b9 |
children | 20665e4060ea |
line wrap: on
line diff
--- a/TaskManager/Fifo/FifoTaskManagerImpl.h Sun Oct 11 20:07:47 2009 +0900 +++ b/TaskManager/Fifo/FifoTaskManagerImpl.h Mon Oct 12 02:50:01 2009 +0900 @@ -30,13 +30,10 @@ // call by user int add_data(ListDataPtr, uint32, int); + void* allocate(int size,int align); void* allocate(int size); Scheduler* get_scheduler(); }; -#ifndef Cerium_malloc -#define Cerium_malloc(dest, align, size) \ - *dest = malloc(size); -#endif /* Cerium_malloc */ #endif /* INCLUDED_FIFO_TASK_MANAGER_IMPL */