Searched refs:DEFAULT_SIZE (Results 1 – 2 of 2) sorted by relevance
91 private final static int DEFAULT_SIZE = 1000; field in MemoryHandler106 size = manager.getIntProperty(cname + ".size", DEFAULT_SIZE); in configure()108 size = DEFAULT_SIZE; in configure()
69 private static final long DEFAULT_SIZE = 98; field in NativeAllocationRegistry149 return new NativeAllocationRegistry(classLoader, freeFunction, DEFAULT_SIZE, true); in createMalloced()