Searched refs:allocFixedEltDedupPA (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_deduppoolalloc.h48 // VG_(allocFixedEltDedupPA) or VG_(allocStrDedupPA).
50 // Use VG_(allocFixedEltDedupPA) to allocate elements that are all of
52 // VG_(allocFixedEltDedupPA) will assign a sequence number to each
69 // dictionnary of strings). Similarly to VG_(allocFixedEltDedupPA), strings
114 extern UInt VG_(allocFixedEltDedupPA) (DedupPoolAlloc* ddpa,
140 it is an error to call VG_(allocEltDedupPA) or VG_(allocFixedEltDedupPA).
/external/valgrind/coregrind/
H A Dm_deduppoolalloc.c43 SizeT fixedSzb; /* If using VG_(allocFixedEltDedupPA), size of elements */
356 UInt VG_(allocFixedEltDedupPA) (DedupPoolAlloc *ddpa, function
/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c266 fndn_ix = VG_(allocFixedEltDedupPA) (di->fndnpool, sizeof(FnDn), &fndn);
834 = VG_(allocFixedEltDedupPA)(di->cfsi_m_pool,

Completed in 43 milliseconds