Commit 796fd3bd authored by Snigdha Saha's avatar Snigdha Saha
Browse files

allocation classes

parent d8895701
No related merge requests found
Pipeline #78960 failed with stage
in 0 seconds
Showing with 18 additions and 0 deletions
+18 -0
package edu.caltech.cs2.helpers;
public class NewMe {
public static int NUM_CALLS = 0;
}
package edu.caltech.cs2.helpers;
public class NewNode {
public static int LinkedDeque_NUM_CALLS;
public static int MoveToFrontDictionary_NUM_CALLS;
public static int BSTDictionary_NUM_CALLS;
public static int TrieMap_NUM_CALLS;
}
package edu.caltech.cs2.helpers;
public class NewObjectArray {
public static int NUM_CALLS = 0;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment