MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / run

Method run

ij/src/main/java/ij/plugin/Memory.java:24–29  ·  view source on GitHub ↗
(String arg)

Source from the content-addressed store, hash-verified

22 boolean sixtyFourBit;
23
24 public void run(String arg) {
25 getMemorySetting();
26 changeMemoryAllocation();
27 //IJ.log("setting="+getMemorySetting()/(1024*1024)+"MB");
28 //IJ.log("maxMemory="+maxMemory()/(1024*1024)+"MB");
29 }
30
31 @AstroImageJ(reason = "Allow setting of memory when the option isn't present; Support jpackage cfg", modified = true)
32 void changeMemoryAllocation() {

Callers

nothing calls this directly

Calls 2

getMemorySettingMethod · 0.95

Tested by

no test coverage detected