Home
last modified time | relevance | path

Searched refs:_threadAllocator (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d463 private IAllocator _threadAllocator; variable
538 assert(!_threadAllocator); in setupThreadAllocator()
541_threadAllocator = () @trusted { return emplace!(ThreadAllocator)(_threadAllocatorState[]); } (); in setupThreadAllocator()
542 return _threadAllocator; in setupThreadAllocator()
554 auto p = _threadAllocator; in theAllocator()
562 _threadAllocator = a; in theAllocator()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d897 private RCIAllocator _threadAllocator; variable
994 assert(_threadAllocator.isNull); in setupThreadAllocator()
998_threadAllocator = RCIAllocator(emplace!(ThreadAllocator)(_threadAllocatorState[], processAllocato… in setupThreadAllocator()
1000 return _threadAllocator; in setupThreadAllocator()
1025 alias p = _threadAllocator; in theAllocator()
1034 _threadAllocator = a; in theAllocator()