CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
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
120 char _FARQ *_Charalloc(size_type N)
146 #endif //_OD_MEMORY_H_
pointer allocate(size_type N, const void *=0)
std::allocator< T >::reference reference
ALLOCDLL_EXPORT void odrxFree(void *pMemBlock)
std::allocator< T >::difference_type difference_type
std::allocator< T >::value_type value_type
std::allocator< T >::const_pointer const_pointer
std::allocator< T >::pointer pointer
pointer allocate(size_type N, const_pointer=0)
DOM For CodeWarrior.
ALLOCDLL_EXPORT void * odrxAlloc(size_t nBytes)
std::allocator< T >::size_type size_type
void deallocate(void *P, size_type=0)
std::allocator< T >::const_reference const_reference