Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-20 | Merge branch 'sverk/aoffcbf' into maint | Sverker Eriksson | |
* sverk/aoffcbf: erts: Make aoffcbf default when migration is enabled erts: Add new allocator strategy aoffcbf OTP-11174 | |||
2013-06-19 | erts: Add new allocator strategy aoffcbf | Sverker Eriksson | |
with better performance than aoffcaobf as we don't have to rearrange the search tree when there are blocks of equal size. | |||
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-06-03 | erts: Remove SBMBC allocator | Sverker Eriksson | |
2013-06-03 | erts: Change naive list to rb-tree of carriers in AOFF allocator | Sverker Eriksson | |
and add new callbacks add_mbc(), remove_mbc() and largest_fblk_in_mbc() for carrier migration. | |||
2013-06-03 | erts: Prepare aoff allocator for carrier migration | Sverker Eriksson | |
by putting blocks from different carrier into separate search trees. Carriers are currently organized in a naive linked list by address order. | |||
2013-06-03 | erts: Add "bestfit within carrier" for aoff allocator (aoffcbf) | Sverker Eriksson | |
2013-05-06 | erts: Change some more 'long' to pointer sized int (ErlDrvUInt) | Sverker Eriksson | |
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-07-18 | New allocator: Address order first fit (aoff) | Sverker Eriksson | |