in src/main/java/org/apache/datasketches/memory/WritableMemory.java [170:177]
static WritableMemory allocateDirect(
long capacityBytes,
long alignmentBytes,
ByteOrder byteOrder,
MemoryRequestServer memReqSvr,
Arena arena) {
return WritableMemoryImpl.wrapDirect(capacityBytes, alignmentBytes, byteOrder, memReqSvr, arena);
}