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

  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 41 typedef DenseSlabAllocCache ClockCache;
83 typedef DenseSlabAllocCache Cache;
tsan_dense_alloc.h 13 // DenseSlabAllocCache is a thread-local cache for DenseSlabAlloc.
28 class DenseSlabAllocCache {
39 typedef DenseSlabAllocCache Cache;
tsan_rtl.h 342 DenseSlabAllocCache block_cache;
343 DenseSlabAllocCache sync_cache;
344 DenseSlabAllocCache clock_cache;

Completed in 125 milliseconds