mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-04 03:44:29 +08:00

Some drivers can't easily work with buffers that are not cache aligned and have an arbitrary length. Therefore use an aligned malloc instead.
Some drivers can't easily work with buffers that are not cache aligned and have an arbitrary length. Therefore use an aligned malloc instead.