Changeset 7aafdb86 in mainline for uspace/drv/block/ahci/ahci.c

Timestamp:
2012-07-23T04:22:12Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e7c3fa0
Parents:
76c07e4
git-author:
Jiri Zarevucky <zarevucky.jiri@…> (2012-07-23 04:22:12)
git-committer:
Jakub Jermar <jakub@…> (2012-07-23 04:22:12)
Message:

When growing heap to satisfy an allocation request of s bytes aligned to
an a-byte boundary, the heap needs to be grown by at least a + s bytes.

When growing heap, try the subsequent allocation on the area which has
been grown to avoid unnecessary search of a suitable area.

(Thanks to Jiri Zarevucky.)

(No files)

Note: See TracChangeset for help on using the changeset viewer.