Lines Matching refs:NextSize

142     unsigned NextSize,
150 …BOOST_STATIC_CONSTANT(unsigned, next_size = NextSize); //!< next_size publishes the values of the …
168 typedef pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other;
181 NextSize, MaxSize>::is_from(0); in pool_allocator()
190 pool_allocator(const pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> &) in pool_allocator() argument
198 NextSize, MaxSize>::is_from(0); in pool_allocator()
231 NextSize, MaxSize>::ordered_malloc(n) ); in allocate()
256 NextSize, MaxSize>::ordered_free(ptr, n); in deallocate()
267 unsigned NextSize,
269 class pool_allocator<void, UserAllocator, Mutex, NextSize, MaxSize>
284 typedef pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other;
331 unsigned NextSize,
339 BOOST_STATIC_CONSTANT(unsigned, next_size = NextSize);
357 typedef fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other;
368 UserAllocator, Mutex, NextSize, MaxSize>::is_from(0); in fast_pool_allocator()
378 const fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> &) in fast_pool_allocator() argument
385 UserAllocator, Mutex, NextSize, MaxSize>::is_from(0); in fast_pool_allocator()
416 UserAllocator, Mutex, NextSize, MaxSize>::malloc)() ) : in allocate()
419 UserAllocator, Mutex, NextSize, MaxSize>::ordered_malloc(n) ); in allocate()
432 UserAllocator, Mutex, NextSize, MaxSize>::malloc)() ); in allocate()
446 UserAllocator, Mutex, NextSize, MaxSize>::free)(ptr); in deallocate()
449 UserAllocator, Mutex, NextSize, MaxSize>::free)(ptr, n); in deallocate()
454 UserAllocator, Mutex, NextSize, MaxSize>::free)(ptr); in deallocate()
465 unsigned NextSize,
467 class fast_pool_allocator<void, UserAllocator, Mutex, NextSize, MaxSize>
482 typedef fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other;