Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Cell/spe/CellScheduler.h @ 451:95dbf6bd8cd9
tag fixed... test_nogl move
author | kazz@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 25 Sep 2009 22:44:37 +0900 |
parents | 95a856a2d552 |
children | bed529c55eda |
comparison
equal
deleted
inserted
replaced
450:01dc4e5be965 | 451:95dbf6bd8cd9 |
---|---|
11 void init_impl(void); | 11 void init_impl(void); |
12 | 12 |
13 void *allocate(int size); | 13 void *allocate(int size); |
14 void mainMem_alloc(int id, int size); | 14 void mainMem_alloc(int id, int size); |
15 void mainMem_wait(void); | 15 void mainMem_wait(void); |
16 // uint32 get_tag(); | 16 uint32 get_tag(); |
17 | 17 |
18 private: | 18 private: |
19 int mainMemNum; | 19 int mainMemNum; |
20 }; | 20 }; |
21 | 21 |