Searched refs:strpool (Results 1 – 5 of 5) sorted by relevance
251 if (UNLIKELY(di->strpool == NULL)) in ML_()252 di->strpool = VG_(newDedupPA)(SEGINFO_STRPOOLSIZE, in ML_()257 return VG_(allocEltDedupPA) (di->strpool, len+1, str); in ML_()2329 if (di->strpool) in ML_()2330 VG_(freezeDedupPA) (di->strpool, ML_(dinfo_shrink_block)); in ML_()
953 DedupPoolAlloc *strpool; member
242 if (di->strpool) in free_DebugInfo()243 VG_(deleteDedupPA) (di->strpool); in free_DebugInfo()
1521 vg_assert(!di->strpool); in ML_()
1414 ac_flags 1 strpool "${ccpc}-d" 'if string pooling can be enabled'1500 ac_flags 1 strpool "${ccpc}/GF" 'if string pooling can be enabled'