unified-memory-framework
unified-memory-framework copied to clipboard
Disjointpool seqfaults if parameters are NULL.
Other pools uses default config(tbh only jmalloc, and disjoint uses any parameters). For sure we should not throw seqfault. as easy fix can just return einval, but we might consider going with some default configuration if possible
https://github.com/oneapi-src/unified-runtime/blob/568a96aabc6edabe8514ae163aecc64cd5a41878/source/common/umf_pools/disjoint_pool_config_parser.cpp#L28