Ignore:
File:
1 edited

Legend:

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

    rfaeb7cc r38c773e7  
    232232                                TPRINTF("A");
    233233                                fill_block(blk);
    234                                 RETURN_IF_ERROR;
    235234                               
    236235                                if ((mem_blocks_count % AREA_GRANULARITY) == 0) {
    237236                                        mem_area_t *area = map_area(AREA_SIZE);
    238237                                        RETURN_IF_ERROR;
    239                                        
    240238                                        if (area != NULL) {
    241239                                                TPRINTF("*");
    242240                                                fill_area(area);
    243                                                 RETURN_IF_ERROR;
    244241                                        } else
    245242                                                TPRINTF("F(*)");
Note: See TracChangeset for help on using the changeset viewer.