On 12/12/2023 09:02, Tobias Burnus wrote:
On 11.12.23 18:04, Andrew Stubbs wrote:Implement the OpenMP pinned memory trait on Linux hosts using the mlocksyscall. Pinned allocations are performed using mmap, not malloc, to ensurethat they can be unpinned safely when freed.This implementation will work OK for page-scale allocations, and finer-grainedallocations will be implemented in a future patch.LGTM. Thanks, Tobias
Thank you, this one is now pushed. Andrew