Changes in uspace/app/tester/mm/common.c [feeac0d:be12474] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/mm/common.c
rfeeac0d rbe12474 309 309 return NULL; 310 310 311 unsigned intidx = rand() % mem_blocks_count;311 unsigned long idx = rand() % mem_blocks_count; 312 312 link_t *entry = list_nth(&mem_blocks, idx); 313 313
Note:
See TracChangeset
for help on using the changeset viewer.