Home
last modified time | relevance | path

Searched defs:DenseSlabAlloc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_dense_alloc.h32 friend class DenseSlabAlloc; variable
52 DenseSlabAlloc(LinkerInitialized, const char *name) : name_(name) {} in DenseSlabAlloc() function
54 explicit DenseSlabAlloc(const char *name) in DenseSlabAlloc() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_dense_alloc.h31 template<typename T, uptr kL1Size, uptr kL2Size> friend class DenseSlabAlloc; variable
40 explicit DenseSlabAlloc(const char *name) { in DenseSlabAlloc() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_dense_alloc.h33 template<typename T, uptr kL1Size, uptr kL2Size> friend class DenseSlabAlloc; variable
42 explicit DenseSlabAlloc(const char *name) { in DenseSlabAlloc() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cc24 TEST(DenseSlabAlloc, Basic) { in TEST() argument