Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp721 struct ExecutableAllocator struct
723 ExecutableAllocator() {} in ExecutableAllocator() argument
725 ExecutableAllocator(const ExecutableAllocator<U> &other) in ExecutableAllocator() function
728 using value_type = T;
729 using size_type = std::size_t;
731 T *allocate(size_type n) in allocate()
737 void deallocate(T *p, size_type n) in deallocate()