Changeset be12474 in mainline for uspace/app/tester/mm/common.c
- Timestamp:
- 2015-08-30T14:52:08Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb0ca35
- Parents:
- df13836
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/mm/common.c
rdf13836 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.