Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/mm/malloc3.c

    r38c773e7 rfaeb7cc  
    232232                                TPRINTF("A");
    233233                                fill_block(blk);
     234                                RETURN_IF_ERROR;
    234235                               
    235236                                if ((mem_blocks_count % AREA_GRANULARITY) == 0) {
    236237                                        mem_area_t *area = map_area(AREA_SIZE);
    237238                                        RETURN_IF_ERROR;
     239                                       
    238240                                        if (area != NULL) {
    239241                                                TPRINTF("*");
    240242                                                fill_area(area);
     243                                                RETURN_IF_ERROR;
    241244                                        } else
    242245                                                TPRINTF("F(*)");
Note: See TracChangeset for help on using the changeset viewer.