- Timestamp:
- Feb 17, 2016, 5:15:31 PM (9 years ago)
- Location:
- soft/giet_vm/giet_libs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/malloc.h
r791 r795 59 59 #define _MALLOC_H_ 60 60 61 #include "giet_config.h"62 61 #include "user_lock.h" 63 62 -
soft/giet_vm/giet_libs/user_lock.h
r709 r795 10 10 #ifndef _USER_LOCK_H_ 11 11 #define _USER_LOCK_H_ 12 13 #include "hard_config.h"14 12 15 13 /////////////////////////////////////////////////////////////////////////////////// … … 53 51 typedef struct sqt_lock_s 54 52 { 55 sqt_lock_node_t* node[ X_SIZE][Y_SIZE][5]; // array of pointers on SBT nodes53 sqt_lock_node_t* node[16][16][5]; // array of pointers on SBT nodes (max size) 56 54 } sqt_lock_t; 57 55
Note: See TracChangeset
for help on using the changeset viewer.