Searched defs:ExecutableAllocator (Results 1 – 1 of 1) sorted by relevance
720 struct ExecutableAllocator struct722 ExecutableAllocator() {} in ExecutableAllocator() function724 ExecutableAllocator(const ExecutableAllocator<U> &other) in ExecutableAllocator() argument727 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()