public static long reallocateMemory()

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


  public static long reallocateMemory(long address, long bytes) {
    return UNSAFE.reallocateMemory(address, bytes);
  }