Searched defs:ExecutableAllocator (Results 1 – 1 of 1) sorted by relevance
721 struct ExecutableAllocator struct723 ExecutableAllocator() {} in ExecutableAllocator() argument725 ExecutableAllocator(const ExecutableAllocator<U> &other) in ExecutableAllocator() function728 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()