1TODO
2=====
3
41. Add test cases using this functions (implement them for both directions):
5 + memblock_alloc_raw()
6 + memblock_alloc_exact_nid_raw()
7 + memblock_alloc_try_nid_raw()
8
92. Add tests for memblock_alloc_node() to check if the correct NUMA node is set
10 for the new region
11