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

  /external/valgrind/memcheck/tests/
leak-autofreepool.c 22 // Also, when one of these metapool blocks is freed, memcheck will not auto-free
42 static struct pool _MetaPool, *MetaPool = &_MetaPool;
49 // metapool 2 * N (so 10 reported leaks are from the plain pool, 20 must be
50 // from the metapool).
67 VALGRIND_CREATE_MEMPOOL_EXT(MetaPool, 0, 0, MetaPoolFlags);
68 VALGRIND_MEMPOOL_ALLOC(MetaPool, MetaBlock, POOL_BLOCK_SIZE);
70 MetaPool->buf = (uint8_t *) MetaBlock;
71 MetaPool->allocated = POOL_BLOCK_SIZE;
72 MetaPool->used = 0;
80 MetaPool->buf += sizeof(uint8_t)
    [all...]
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 734 Bool auto_free, Bool metapool)
738 if (VG_(clo_verbosity) > 2 || (auto_free && !metapool)) {
741 " autofree=%d, metapool=%d)\n",
743 auto_free, metapool);
746 if (auto_free && !metapool)
761 mp->metapool = metapool;
    [all...]
mc_include.h 97 Bool metapool; // These chunks are VALGRIND_MALLOC_LIKE member in struct:_MC_Mempool
112 Bool auto_free, Bool metapool );
mc_errors.c     [all...]
mc_leakcheck.c     [all...]
  /external/valgrind/docs/internals/
3_11_BUGSTATUS.txt 408 16041 -> 16067 fix 369468 Remove quadratic metapool alg.
  /external/valgrind/
NEWS 506 369468 Remove quadratic metapool algorithm using VG_(HT_remove_at_Iter)
    [all...]
  /external/valgrind/docs/html/
dist.news.html 529 369468??Remove?quadratic?metapool?algorithm?using?VG_(HT_remove_at_Iter)<br>
    [all...]

Completed in 1080 milliseconds