[PATCH v4 0/4] support large align and nid in Rust allocators

Vitaly Wool posted 4 patches 3 months, 2 weeks ago
There is a newer version of this series
[PATCH v4 0/4] support large align and nid in Rust allocators
Posted by Vitaly Wool 3 months, 2 weeks ago
The coming patches provide the ability for Rust allocators to set
NUMA node and large alignment.

Changelog:
v2 -> v3:
* fixed the build breakage for non-MMU configs
v3 -> v4:
* added NUMA node support for k[v]realloc (patch #2)
* removed extra logic in Rust helpers
* patch for Rust allocators split into 2 (align: patch #3 and
  NUMA ids: patch #4)

Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.se>