HomeSort by relevance Sort by last modified time
    Searched full:ddpa (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/
m_deduppoolalloc.c 91 DedupPoolAlloc* ddpa; local
98 ddpa = alloc_fn(cc, sizeof(*ddpa));
99 VG_(memset)(ddpa, 0, sizeof(*ddpa));
100 ddpa->poolSzB = poolSzB;
101 ddpa->fixedSzb = 0;
102 ddpa->strPA = False;
103 ddpa->eltAlign = eltAlign;
104 ddpa->alloc_fn = alloc_fn
    [all...]
  /external/valgrind/include/
pub_tool_deduppoolalloc.h 100 /* Allocates or retrieve element from ddpa with eltSzB bytes to store elt.
102 If ddpa already contains an element equal to elt, then the address of
107 extern const void* VG_(allocEltDedupPA) (DedupPoolAlloc* ddpa,
110 /* Allocates or retrieve a (fixed size) element from ddpa. Returns the
114 extern UInt VG_(allocFixedEltDedupPA) (DedupPoolAlloc* ddpa,
120 extern void* VG_(indexEltNumber) (DedupPoolAlloc* ddpa,
123 /* Allocates or retrieve a string element from ddpa. Returns the
129 extern UInt VG_(allocStrDedupPA) (DedupPoolAlloc *ddpa,
139 can be released using VG_(freezeDedupPA). Once ddpa has been frozen,
143 extern void VG_(freezeDedupPA) (DedupPoolAlloc* ddpa,
    [all...]
  /external/valgrind/
NEWS 431 359133 Assertion 'eltSzB <= ddpa->poolSzB' failed
    [all...]
  /external/valgrind/docs/html/
dist.news.html 454 359133??Assertion?'eltSzB?&lt;=?ddpa-&gt;poolSzB'?failed<br>
    [all...]

Completed in 185 milliseconds