Changeset 25f6bddb in mainline for uspace/lib/c/generic/malloc.c


Ignore:
Timestamp:
2018-11-11T15:47:39Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b8fad2
Parents:
f4cb6c5f
git-author:
Jakub Jermar <jakub@…> (2018-11-11 10:27:00)
git-committer:
Jakub Jermar <jakub@…> (2018-11-11 15:47:39)
Message:

Deallocate waitq's used by the loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/malloc.c

    rf4cb6c5f r25f6bddb  
    489489        if (!area_create(PAGE_SIZE))
    490490                abort();
     491}
     492
     493void __malloc_fini(void)
     494{
     495        fibril_rmutex_destroy(&malloc_mutex);
    491496}
    492497
Note: See TracChangeset for help on using the changeset viewer.