[pool] Change chunk-len from 16 to 32
This commit is contained in:
parent
d7941e04df
commit
04464c55b2
|
@ -31,7 +31,7 @@
|
|||
|
||||
/* Memory pool for persistent allocation of small objects. */
|
||||
|
||||
template <typename T, unsigned ChunkLen = 16>
|
||||
template <typename T, unsigned ChunkLen = 32>
|
||||
struct hb_pool_t
|
||||
{
|
||||
hb_pool_t () : next (nullptr) {}
|
||||
|
|
Loading…
Reference in New Issue