Changeset faeb7cc in mainline
- Timestamp:
- 2011-05-21T14:33:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 13f2461
- Parents:
- 1b3e854
- Location:
- uspace/app/tester/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/mm/malloc1.c
r1b3e854 rfaeb7cc 241 241 TPRINTF("A"); 242 242 fill_block(blk); 243 RETURN_IF_ERROR; 243 244 } 244 245 -
uspace/app/tester/mm/malloc3.c
r1b3e854 rfaeb7cc 232 232 TPRINTF("A"); 233 233 fill_block(blk); 234 RETURN_IF_ERROR; 234 235 235 236 if ((mem_blocks_count % AREA_GRANULARITY) == 0) { … … 240 241 TPRINTF("*"); 241 242 fill_area(area); 243 RETURN_IF_ERROR; 242 244 } else 243 245 TPRINTF("F(*)");
Note:
See TracChangeset
for help on using the changeset viewer.