STXXL
1.4.0
|
This is the complete list of members for stxxl::block_manager, including all inherited members.
block_manager() | stxxl::block_manager | private |
delete_block(const BID< BLK_SIZE > &bid) | stxxl::block_manager | |
delete_blocks(const BIDIteratorClass &bidbegin, const BIDIteratorClass &bidend) | stxxl::block_manager | |
disk_allocators | stxxl::block_manager | private |
disk_files | stxxl::block_manager | private |
get_current_allocation() const | stxxl::block_manager | inline |
get_free_bytes() const | stxxl::block_manager | |
get_instance() | stxxl::singleton< block_manager > | inlinestatic |
get_maximum_allocation() const | stxxl::block_manager | inline |
get_total_allocation() const | stxxl::block_manager | inline |
get_total_bytes() const | stxxl::block_manager | |
m_current_allocation | stxxl::block_manager | private |
m_maximum_allocation | stxxl::block_manager | private |
m_total_allocation | stxxl::block_manager | private |
ndisks | stxxl::block_manager | private |
new_block(const DiskAssignFunctor &functor, BID< BLK_SIZE > &bid, unsigned_type offset=0) | stxxl::block_manager | inline |
new_blocks(const DiskAssignFunctor &functor, BIDIteratorClass bidbegin, BIDIteratorClass bidend, unsigned_type offset=0) | stxxl::block_manager | inline |
new_blocks(const unsigned_type nblocks, const DiskAssignFunctor &functor, BIDIteratorClass out, unsigned_type offset=0) | stxxl::block_manager | inline |
new_blocks_int(const unsigned_type nblocks, const DiskAssignFunctor &functor, unsigned_type offset, BIDIteratorClass out) | stxxl::block_manager | protected |
new_blocks_int(const unsigned_type nblocks, const DiskAssignFunctor &functor, unsigned_type offset, OutputIterator out) | stxxl::block_manager | |
~block_manager() | stxxl::block_manager |