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(tsd_t *tsd, quarantine_t *quarantine);
17 static void quarantine_drain(tsd_t *tsd, quarantine_t *quarantine,
25 quarantine_t *quarantine; local
29 quarantine = (quarantine_t *)iallocztm(tsd, offsetof(quarantine_t, objs)
32 if (quarantine == NULL)
34 quarantine->curbytes = 0;
35 quarantine->curobjs = 0;
36 quarantine->first = 0
45 quarantine_t *quarantine; local
117 quarantine(tsd_t *tsd, void *ptr) function
119 quarantine_t *quarantine; local
172 quarantine_t *quarantine; local
    [all...]
stats.c 490 OPT_WRITE_SIZE_T(quarantine)
  /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 367 #include "jemalloc/internal/quarantine.h"
398 #include "jemalloc/internal/quarantine.h"
477 #include "jemalloc/internal/quarantine.h"
809 #include "jemalloc/internal/quarantine.h"
1019 quarantine(tsd, ptr);
1036 quarantine(tsd, ptr);
private_namespace.h 396 #define quarantine JEMALLOC_N(quarantine) macro
private_unnamespace.h 396 #undef quarantine macro
tsd.h 544 O(quarantine, quarantine_t *) \
  /external/jemalloc/
Android.mk 70 src/quarantine.c \
196 test/unit/quarantine.c \
  /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;
499 // Push into quarantine.
503 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac), m,
508 quarantine.Put(&fallback_quarantine_cache, QuarantineCallback(ac), m,
575 quarantine.Drain(GetQuarantineCache(ms), QuarantineCallback(ac))
    [all...]
  /external/jemalloc/test/unit/
mallctl.c 168 TEST_MALLCTL_OPT(size_t, quarantine, fill);

Completed in 233 milliseconds