static long oshi_currentProcessResidentSize() {
  ret oshi_currentProcess().getResidentSetSize();
}