Searched refs:STRING_OVERHEAD (Results 1 – 1 of 1) sorted by relevance
71 size += item.toString().length() * 2 + STRING_OVERHEAD; in approximateStorage()117 size += data.length() * 2 + STRING_OVERHEAD; in approximateStorage()162 private static final int STRING_OVERHEAD = 16 + OBJECT_OVERHEAD; field in IntMap