Searched refs:cfsi_m_pool (Results 1 – 3 of 3) sorted by relevance
692 return VG_(indexEltNumber) (di->cfsi_m_pool, cfsi_m_ix); in ML_()817 if (di->cfsi_m_pool == NULL) in ML_()818 di->cfsi_m_pool = VG_(newDedupPA)(1000 * sizeof(DiCfSI_m), in ML_()828 = VG_(allocFixedEltDedupPA)(di->cfsi_m_pool, in ML_()2144 vg_assert(di->cfsi_m_pool == NULL); in ML_()2147 vg_assert(di->cfsi_m_pool != NULL); in ML_()2226 di->cfsi_m_pool ? VG_(sizeDedupPA) (di->cfsi_m_pool) : 0); in ML_()2243 vg_assert (di->cfsi_m_pool == NULL); in ML_()2252 sz_cfsi_m_pool = VG_(sizeDedupPA)(di->cfsi_m_pool); in ML_()2326 if (di->cfsi_m_pool) in ML_()[all …]
938 DedupPoolAlloc *cfsi_m_pool; member
225 if (di->cfsi_m_pool) VG_(deleteDedupPA)(di->cfsi_m_pool); in free_DebugInfo()