HomeSort by: relevance | last modified time | path
    Searched refs:DenseSlabAllocCache (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.h 22 typedef DenseSlabAllocCache ClockCache;
127 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 357 DenseSlabAllocCache block_cache;
358 DenseSlabAllocCache sync_cache;
359 DenseSlabAllocCache clock_cache;

Completed in 14 milliseconds