Changeset 1b3e854 in mainline for uspace/app/tester/mm/malloc3.c


Ignore:
Timestamp:
2011-05-21T14:29:50Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
faeb7cc
Parents:
955f2a5
Message:

add library function for explicit heap structure consistency check
use extensive heap consistency checks in the heap allocator tests

File:
1 edited

Legend:

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

    r955f2a5 r1b3e854  
    236236                                        mem_area_t *area = map_area(AREA_SIZE);
    237237                                        RETURN_IF_ERROR;
     238                                       
    238239                                        if (area != NULL) {
    239240                                                TPRINTF("*");
Note: See TracChangeset for help on using the changeset viewer.