use of com.oracle.truffle.object.LayoutImpl in project graal by oracle.
the class BasicLayout method createAllocator.
@Override
public Allocator createAllocator() {
LayoutImpl layout = this;
Allocator allocator = getStrategy().createAllocator(layout);
return allocator;
}
Aggregations