Changes in libcfa/src/device/cpu.cfa [c0363be:72b5805e]
- File:
-
- 1 edited
-
libcfa/src/device/cpu.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/device/cpu.cfa
rc0363be r72b5805e 239 239 // Returns a 2D array of instances of size [cpu count][cache levels] 240 240 // where cache level doesn't include instruction caches 241 raw_cache_instance ** build_raw_cache_table(unsigned cpus_c, idx_range_t cpus, unsigned idxs, unsigned cache_levels) { 241 raw_cache_instance ** build_raw_cache_table(unsigned cpus_c, idx_range_t cpus, unsigned idxs, unsigned cache_levels) 242 { 242 243 raw_cache_instance ** raw = alloc(cpus_c, '\0'`fill); 243 244
Note:
See TracChangeset
for help on using the changeset viewer.