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

  /external/swiftshader/third_party/subzero/src/
IceMemory.cpp 25 ICE_TLS_DEFINE_FIELD(ArenaAllocator *, CfgAllocatorTraits, CfgAllocator);
27 CfgAllocatorTraits::allocator_type CfgAllocatorTraits::current() {
31 void CfgAllocatorTraits::set_current(const manager_type *Manager) {
37 void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) {
41 void CfgAllocatorTraits::set_current(std::nullptr_t) {
IceMemory.h 131 class CfgAllocatorTraits {
132 CfgAllocatorTraits() = delete;
133 CfgAllocatorTraits(const CfgAllocatorTraits &) = delete;
134 CfgAllocatorTraits &operator=(const CfgAllocatorTraits &) = delete;
135 ~CfgAllocatorTraits() = delete;
154 using CfgLocalAllocator = sz_allocator<T, CfgAllocatorTraits>;
156 using CfgLocalAllocatorScope = sz_allocator_scope<CfgAllocatorTraits>;
IceCfg.h 278 friend class CfgAllocatorTraits; // for Allocator access.
349 static void TlsInit() { CfgAllocatorTraits::init(); }
IceCfg.cpp 59 assert(CfgAllocatorTraits::current() == nullptr);
73 CfgAllocatorTraits::set_current(Allocator);
    [all...]
IceInst.h 197 assert(CfgAllocatorTraits::current() != nullptr);
198 CfgAllocatorTraits::current()->Deallocate(Ptr, Size);
    [all...]

Completed in 236 milliseconds