Searched defs:ExecutableAllocator (Results 1 – 1 of 1) sorted by relevance
426 struct ExecutableAllocator struct428 ExecutableAllocator() {}; in ExecutableAllocator() argument429 template<class U> ExecutableAllocator(const ExecutableAllocator<U> &other) {}; in ExecutableAllocator() argument431 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()