Changes in uspace/app/tester/mm/malloc3.c [38c773e7:faeb7cc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/mm/malloc3.c
r38c773e7 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) { 236 237 mem_area_t *area = map_area(AREA_SIZE); 237 238 RETURN_IF_ERROR; 239 238 240 if (area != NULL) { 239 241 TPRINTF("*"); 240 242 fill_area(area); 243 RETURN_IF_ERROR; 241 244 } else 242 245 TPRINTF("F(*)");
Note:
See TracChangeset
for help on using the changeset viewer.