Interface NativeAllocator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An allocation function for native buffers.
- Since:
- 23.0
-
Method Summary
-
Method Details
-
allocate
Allocates a new native buffer ofbyteSize
bytes. The return value must be a Truffle object as expected byTruffleString.FromNativePointerNode
.- Since:
- 23.0
-