Sources Pipelines Documentation

Allocators  
Public Types | Public Member Functions | Static Public Attributes | List of all members
boost::memory::bucketizer< allocator, min, max, step > Class Template Reference

Public Types

using allocator_type = allocator
 

Public Member Functions

memory_block allocate (std::size_t size)
 
void deallocate (memory_block &block)
 
bool owns (memory_block &block)
 

Static Public Attributes

static const std::size_t buckets_count = (max - min) / step
 
static const std::size_t min_size = min
 
static const std::size_t max_size = max
 
static const std::size_t step_size = step
 

Detailed Description

template<typename allocator, std::size_t min, std::size_t max, std::size_t step>
class boost::memory::bucketizer< allocator, min, max, step >

Definition at line 32 of file bucketizer.hpp.


The documentation for this class was generated from the following files: