68                 if( posix_memalign(&p_ptr_alloc, 
CD_ALIGN, sz) != 0 )
 
   70                 p_ptr.push_back(p_ptr_alloc);
 
   83                 for( 
size_t i=0; i < 
p_ptr.size(); ++i )
 
   88                 void* p_ptr_alloc = NULL;
 
   89                 for( 
size_t i=0; i < 
p_ptr.size(); i++ )
 
   93                                 p_ptr_alloc = 
p_ptr[i];
 
   98                 if( p_ptr_alloc == NULL )
 
  101                         p_ptr_alloc = 
p_ptr.back();
 
  108                 for( i=0; i < 
p_ptr.size(); i++ )
 
  110                         if( 
p_ptr[i] == p_ptr_alloc )
 
  139                 while( 
p_ptr.back() == NULL )
 
  150 template<
class T, 
bool lgBC=lgBOUNDSCHECKVAL>
 
  168                 size_t sz = size_t(
max(end-begin,0)*
sizeof(T));
 
  203                 if( lgBC && ( i < p_begin || i >= 
p_end ) )
 
  209                 if( lgBC && ( i < p_begin || i >= 
p_end ) )
 
  260 #if __cplusplus >= 201103L 
  261         typedef true_type propagate_on_container_move_assignment;
 
  283 #if __cplusplus >= 201103L 
  284         typedef true_type propagate_on_container_move_assignment;
 
  299                 if( posix_memalign(&p, 
CD_ALIGN, n*
sizeof(T)) != 0 )
 
  310 template<
class T, 
class U>
 
  322 template<
class T, 
class U>
 
  334 #if __cplusplus >= 201103L 
  337 using vector_avx = 
typename std::vector<T,allocator_avx<T>>;
 
static const size_t p_min_size
void avx_free(void *p_ptr_alloc)
ptrdiff_t difference_type
allocator_avx(const allocator_avx< U > &)
void p_alloc(size_t sz, bool lgUsed)
ptrdiff_t difference_type
NORETURN void OUT_OF_RANGE(const char *str)
bool operator!=(const count_ptr< T > &a, const count_ptr< T > &b)
void * avx_alloc(size_t sz)
void deallocate(pointer p, size_type)
reference operator[](long i)
void p_alloc(long begin, long end)
const T & const_reference
bool operator==(const count_ptr< T > &a, const count_ptr< T > &b)
const void * const_pointer
avx_ptr(long begin, long end)
allocator_avx(const allocator_avx &a)
const T & const_reference
pointer allocate(size_type n, typename allocator_avx< void >::const_pointer=NULL)
static const size_t p_def_size