Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp426 struct ExecutableAllocator struct
428 ExecutableAllocator() {}; in ExecutableAllocator() argument
429 template<class U> ExecutableAllocator(const ExecutableAllocator<U> &other) {}; in ExecutableAllocator() argument
431 using value_type = T;
432 using size_type = std::size_t;
434 T *allocate(size_type n) in allocate()
439 void deallocate(T *p, size_type n) in deallocate()