Lines Matching defs:const
29 using const_pointer = const T *;
30 using const_reference = const T &;
45 explicit ChunkAllocator(const ChunkAllocator<U> &other) : chunk_(other.chunk_)
51 ChunkAllocator(const ChunkAllocator &) = default;
52 ChunkAllocator &operator=(const ChunkAllocator &) = default;
67 size_type max_size() const
73 pointer address(reference x) const
78 const_pointer address(const_reference x) const
84 pointer allocate(size_type n, [[maybe_unused]] const void *ptr = nullptr)
107 bool operator==(ChunkAllocator const &other) const
111 bool operator!=(ChunkAllocator const &other) const