We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b55af70 + 4c73fb4 commit f6a7c58Copy full SHA for f6a7c58
src/main/java/org/apache/datasketches/memory/MemoryRequestServer.java
@@ -38,7 +38,7 @@ public interface MemoryRequestServer {
38
* @param alignmentBytes requested segment alignment. Typically 1, 2, 4 or 8.
39
* @param byteOrder the given <i>ByteOrder</i>. It must be non-null.
40
* @param arena the given arena to manage the new off-heap WritableMemory.
41
- * If arena is null, the requested WritableMemory will be off-heap.
+ * If arena is null, the requested WritableMemory will be on-heap.
42
* Warning: This class is not thread-safe. Specifying an Arena that allows multiple threads is not recommended.
43
* @return new WritableMemory with the requested capacity.
44
*/
0 commit comments