Skip to content

Commit 851d34a

Browse files
author
云峤
committed
update
1 parent 3e1a3ec commit 851d34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unsafe/src/main/java/org/apache/spark/unsafe/PlatformDependent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static void putDouble(Object object, long offset, double value) {
8989
}
9090

9191
public static long allocateMemory(long size) {
92-
return _UNSAFE.allocateMemory(size);
92+
return _UNSAFE.allocateMemory(size);
9393
}
9494

9595
public static void freeMemory(long address) {

0 commit comments

Comments
 (0)