Idein / qmkl6

BLAS library for VideoCore VI QPU (Raspberry Pi 4)
BSD 3-Clause "New" or "Revised" License
67 stars 7 forks source link

Locate memory with offsets #3

Closed Terminus-IMRC closed 3 years ago

Terminus-IMRC commented 3 years ago

The locate_virt function could not spot a memory area that is not pointing to the head of allocated memory. Because of this, it was not possible to have a memory pool in the userland. This pull request includes the fix for this along with some tests.