Unverified Commit b7b79824 authored by jamesge's avatar jamesge Committed by GitHub

Merge pull request #1163 from yetingsky/fix-comment

fix comment
parents 846f7998 b9c5aa12
......@@ -48,7 +48,7 @@ template <typename T> struct ObjectPoolBlockMaxItem {
// Free objects of each thread are grouped into a chunk before they are merged
// to the global list. Memory size of objects in one free chunk will not exceed:
// min(ObjectPoolFreeChunkMaxItem<T>::value(),
// min(ObjectPoolFreeChunkMaxItem<T>::value() * sizeof(T),
// ObjectPoolBlockMaxSize<T>::value,
// ObjectPoolBlockMaxItem<T>::value * sizeof(T))
template <typename T> struct ObjectPoolFreeChunkMaxItem {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment