55 String getPooledString (
const char* original);
72 void garbageCollect();
80 uint32 lastGarbageCollectionTime;
82 void garbageCollectIfNeeded();
Holds a resizable array of primitive or copy-by-value objects.
Wraps a pointer to a null-terminated UTF-8 character string, and provides various methods to operate ...
A StringPool holds a set of shared strings, which reduces storage overheads and improves comparison s...
A simple class for holding temporary references to a string literal or String.
unsigned int uint32
A platform-independent 32-bit unsigned integer type.