Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dstorage.c242 if (UNLIKELY(di->strpool == NULL)) in ML_()
243 di->strpool = VG_(newDedupPA)(SEGINFO_STRPOOLSIZE, in ML_()
248 return VG_(allocEltDedupPA) (di->strpool, len+1, str); in ML_()
2339 if (di->strpool) in ML_()
2340 VG_(freezeDedupPA) (di->strpool, ML_(dinfo_shrink_block)); in ML_()
Dpriv_storage.h940 DedupPoolAlloc *strpool; member
Ddebuginfo.c241 if (di->strpool) in free_DebugInfo()
242 VG_(deleteDedupPA) (di->strpool); in free_DebugInfo()
Dreadelf.c1613 vg_assert(!di->strpool); in ML_()
/external/mksh/src/
DBuild.sh1448 ac_flags 1 strpool "${ccpc}-d" 'if string pooling can be enabled'
1534 ac_flags 1 strpool "${ccpc}/GF" 'if string pooling can be enabled'