Skip to content

Commit

Permalink
add capacity comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Jan 17, 2025
1 parent 8440df0 commit f5436dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dice/template-library/pool_allocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace dice::template_library {
* @tparam bucket_sizes allocation sizes for individual elements (in bytes) for the underlying arenas.
* Each size provided here is used to configure the element size of a single arena.
* Importantly, it is **not** the arena chunk size, rather it is the size of elements being placed into the arena.
* The chunk size itself cannot be configured, it is automatically determined by boost::pool.
* The chunk size itself as well as the maximum capacity cannot be configured, they are automatically determined by boost::pool.
*/
template<size_t ...bucket_sizes>
struct pool;
Expand Down

0 comments on commit f5436dd

Please sign in to comment.