Changes in uspace/app/tester/mm/malloc3.c [faeb7cc:38c773e7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/mm/malloc3.c
rfaeb7cc r38c773e7 232 232 TPRINTF("A"); 233 233 fill_block(blk); 234 RETURN_IF_ERROR;235 234 236 235 if ((mem_blocks_count % AREA_GRANULARITY) == 0) { 237 236 mem_area_t *area = map_area(AREA_SIZE); 238 237 RETURN_IF_ERROR; 239 240 238 if (area != NULL) { 241 239 TPRINTF("*"); 242 240 fill_area(area); 243 RETURN_IF_ERROR;244 241 } else 245 242 TPRINTF("F(*)");
Note:
See TracChangeset
for help on using the changeset viewer.