Searched defs:_DedupPoolAlloc (Results 1 – 1 of 1) sorted by relevance
41 struct _DedupPoolAlloc { struct42 SizeT poolSzB; /* Minimum size of a pool. */43 SizeT fixedSzb; /* If using VG_(allocFixedEltDedupPA), size of elements */44 Bool strPA; /* True if this is a string dedup pool */45 SizeT eltAlign;46 Alloc_Fn_t alloc_fn; /* pool allocator */47 const HChar* cc; /* pool allocator's cost centre */48 Free_Fn_t free_fn; /* pool allocator's deallocation function */52 XArray *pools;56 VgHashTable *ht_elements;[all …]