Home
last modified time | relevance | path

Searched refs:strpool (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dstorage.c251 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_()
Dpriv_storage.h953 DedupPoolAlloc *strpool; member
Ddebuginfo.c242 if (di->strpool) in free_DebugInfo()
243 VG_(deleteDedupPA) (di->strpool); in free_DebugInfo()
Dreadelf.c1521 vg_assert(!di->strpool); in ML_()
/external/mksh/src/
DBuild.sh1414 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'