mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
6684395: Port NUMA-aware allocator to linux
NUMA-aware allocator port to Linux Reviewed-by: jmasa, apetrusenko
This commit is contained in:
parent
f784be24d1
commit
a24f915b60
14 changed files with 260 additions and 73 deletions
|
@ -139,8 +139,8 @@ class MutableNUMASpace : public MutableSpace {
|
|||
// Check if the NUMA topology has changed. Add and remove spaces if needed.
|
||||
// The update can be forced by setting the force parameter equal to true.
|
||||
bool update_layout(bool force);
|
||||
// Bias region towards the first-touching lgrp.
|
||||
void bias_region(MemRegion mr);
|
||||
// Bias region towards the lgrp.
|
||||
void bias_region(MemRegion mr, int lgrp_id);
|
||||
// Free pages in a given region.
|
||||
void free_region(MemRegion mr);
|
||||
// Get current chunk size.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue