Home | History | Annotate | Download | only in Core

Lines Matching defs:Pool

17 class Pool
29 Pool () :
38 ~Pool ()
120 // Make string pool entry with the mangled counterpart already set
154 size_t mem_size = sizeof(Pool);
179 // initializers so we hide the string pool in a static function so
183 // Note, for now we make the string pool a pointer to the pool, because
186 // touch ConstStrings is difficult. So we leak the pool instead.
192 static Pool &
196 static Pool *g_string_pool = NULL;
203 g_string_pool = new Pool();
340 // Get the size of the static string pool