Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp720 struct ExecutableAllocator struct
722 ExecutableAllocator() {} in ExecutableAllocator() function
724 ExecutableAllocator(const ExecutableAllocator<U> &other) in ExecutableAllocator() argument
727 using value_type = T;
728 using size_type = std::size_t;
730 T *allocate(size_type n) in allocate()
736 void deallocate(T *p, size_type n) in deallocate()