Home
last modified time | relevance | path

Searched refs:allocChar1D (Results 1 – 2 of 2) sorted by relevance

/dports/biology/bbmap/bbmap/current/structures/
H A DCoverageArray2.java128 array=KillSwitch.allocChar1D(initialLen); in CoverageArray2()
209 char[] temp=KillSwitch.allocChar1D(newlen); in resize()
/dports/biology/bbmap/bbmap/current/shared/
H A DKillSwitch.java232 public static final char[] allocChar1D(int len){ in allocChar1D() method in KillSwitch