30 #define STL_USING_MEMORY
39 #ifndef OD_STD_ALLOCATOR
54 typedef typename std::allocator<T>::size_type
size_type;
58 typedef typename std::allocator<T>::reference
reference;
60 typedef typename std::allocator<T>::value_type
value_type;
65 while(N--) construct(ptr + N, _V);
69 while(N--) destroy(ptr + N);
107 #define _PDFT ptrdiff_t
ALLOCDLL_EXPORT void * odrxAlloc(size_t nBytes)
ALLOCDLL_EXPORT void odrxFree(void *pMemBlock)
std::allocator< T >::const_pointer const_pointer
std::allocator< T >::pointer pointer
std::allocator< T >::difference_type difference_type
std::allocator< T >::const_reference const_reference
pointer allocate(size_type N, const_pointer=0)
DOM For CodeWarrior.
pointer allocate(size_type N, const void *=0)
std::allocator< T >::reference reference
void deallocate(void *P, size_type=0)
std::allocator< T >::value_type value_type
std::allocator< T >::size_type size_type