HomeSort by relevance Sort by last modified time
    Searched refs:quarantine (Results 1 - 13 of 13) sorted by null

  /external/jemalloc/src/
quarantine.c 5 * Quarantine pointers close to NULL are used to encode state information that
15 static quarantine_t *quarantine_grow(tsd_t *tsd, quarantine_t *quarantine);
16 static void quarantine_drain_one(tsdn_t *tsdn, quarantine_t *quarantine);
17 static void quarantine_drain(tsdn_t *tsdn, quarantine_t *quarantine,
25 quarantine_t *quarantine; local
30 quarantine = (quarantine_t *)iallocztm(tsdn, size, size2index(size),
32 if (quarantine == NULL)
34 quarantine->curbytes = 0;
35 quarantine->curobjs = 0;
36 quarantine->first = 0
45 quarantine_t *quarantine; local
58 idalloctm(tsd_tsdn(tsd), quarantine, NULL, true, true); local
68 quarantine_drain_one(tsd_tsdn(tsd), quarantine); local
90 idalloctm(tsd_tsdn(tsd), quarantine, NULL, true, true); local
117 quarantine(tsd_t *tsd, void *ptr) function
119 quarantine_t *quarantine; local
136 quarantine_drain(tsd_tsdn(tsd), quarantine, upper_bound); local
172 quarantine_t *quarantine; local
179 quarantine_drain(tsd_tsdn(tsd), quarantine, 0); local
180 idalloctm(tsd_tsdn(tsd), quarantine, NULL, true, true); local
    [all...]
stats.c 737 OPT_WRITE_SIZE_T(quarantine, ",")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
.___init__.py 1 Mac OS X  2x?ATTR v?H???com.apple.quarantineq/0000;00000000;;
._printers.py 1 Mac OS X  2x?ATTR v?I???com.apple.quarantineq/0000;00000000;;
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
._test.cpp 1 Mac OS X  2x?ATTR v?N???com.apple.quarantineq/0000;00000000;;
  /external/jemalloc/include/jemalloc/internal/
quarantine.h 7 /* Default per thread quarantine size if valgrind is enabled. */
33 void quarantine(tsd_t *tsd, void *ptr);
jemalloc_internal.h 394 #include "jemalloc/internal/quarantine.h"
431 #include "jemalloc/internal/quarantine.h"
529 #include "jemalloc/internal/quarantine.h"
988 #include "jemalloc/internal/quarantine.h"
1179 quarantine(tsd, ptr);
1197 quarantine(tsd, ptr);
    [all...]
private_namespace.h 473 #define quarantine JEMALLOC_N(quarantine) macro
    [all...]
private_unnamespace.h 473 #undef quarantine macro
tsd.h 603 O(quarantine, quarantine_t *) \
  /external/autotest/site_utils/
balance_pools.py 604 quarantine = _too_many_broken(inventory, pool, arguments)
605 if quarantine:
616 quarantine, fields={'pool': pool})
617 _log_message('Pool %s quarantine status: %s', pool, quarantine)
  /external/compiler-rt/lib/asan/
asan_allocator.cc 102 // CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone.
173 typedef Quarantine<QuarantineCallback, AsanChunk> AsanQuarantine;
231 AsanQuarantine quarantine; member in struct:__asan::Allocator
243 : quarantine(LINKER_INITIALIZED),
256 quarantine.Init((uptr)options.quarantine_size_mb << 20,
275 options->quarantine_size_mb = quarantine.GetSize() >> 20;
460 // Set quarantine flag if chunk is allocated, issue ASan error report on
470 // It's not safe to push a chunk in quarantine on invalid free.
497 // Push into quarantine.
501 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac), m
    [all...]
  /external/jemalloc/test/unit/
mallctl.c 178 TEST_MALLCTL_OPT(size_t, quarantine, fill);

Completed in 974 milliseconds