public static long allocateMemory()

in hbase-unsafe/src/main/java/org/apache/hadoop/hbase/unsafe/HBaseUnsafeInternal.java [192:194]


  public static long allocateMemory(long bytes) {
    return UNSAFE.allocateMemory(bytes);
  }