Changes in uspace/app/tester/mm/common.c [be12474:feeac0d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/mm/common.c
rbe12474 rfeeac0d 309 309 return NULL; 310 310 311 unsigned longidx = rand() % mem_blocks_count;311 unsigned int 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.