1#ifndef _STL_ALLOCATOR_H
2#define _STL_ALLOCATOR_H
65template <
typename T,
typename U>
68template <
typename T,
typename U>
void value_type
Definition stl_allocator.h:19
Definition stl_allocator.h:28
stl_allocator(const stl_allocator< U > &)
Definition stl_allocator.h:43
const T & const_reference
Definition stl_allocator.h:35
pointer allocate(size_type n, typename std::allocator_traits< stl_allocator< void > >::const_pointer hint=0)
Definition stl_allocator.h:50
void deallocate(pointer p, size_type n)
Definition stl_allocator.h:56
size_t size_type
Definition stl_allocator.h:30
const T * const_pointer
Definition stl_allocator.h:33
T value_type
Definition stl_allocator.h:36
T * pointer
Definition stl_allocator.h:32
stl_allocator()
Definition stl_allocator.h:39
ptrdiff_t difference_type
Definition stl_allocator.h:31
T & reference
Definition stl_allocator.h:34
bool operator!=(const stl_allocator< T > &, const stl_allocator< U >)
Definition stl_allocator.h:69
bool operator==(const stl_allocator< T > &, const stl_allocator< U >)
Definition stl_allocator.h:66
Definition stl_allocator.h:47
stl_allocator< U > other
Definition stl_allocator.h:47
Definition stl_allocator.h:22
stl_allocator< U > other
Definition stl_allocator.h:22
void xfree(void *ptr)
Definition xallocator.cpp:302
void * xmalloc(size_t size)
Definition xallocator.cpp:284