Searched refs:_threadAllocator (Results 1 – 2 of 2) sorted by relevance
463 private IAllocator _threadAllocator; variable538 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()
897 private RCIAllocator _threadAllocator; variable994 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()