You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2023/01/03 17:07:37 UTC

[GitHub] [trafficserver] cmcfarlen commented on a diff in pull request #9228: Hugepage support for iobuffer

cmcfarlen commented on code in PR #9228:
URL: https://github.com/apache/trafficserver/pull/9228#discussion_r1060784667


##########
include/tscore/Allocator.h:
##########
@@ -97,16 +97,18 @@ class FreelistAllocator
     @param chunk_size number of units to be allocated if free pool is empty.
     @param alignment of objects must be a power of 2.
   */
-  FreelistAllocator(const char *name, unsigned int element_size, unsigned int chunk_size = 128, unsigned int alignment = 8)
+  FreelistAllocator(const char *name, unsigned int element_size, unsigned int chunk_size = 128, unsigned int alignment = 8,
+                    unsigned int use_hugepages = 0)

Review Comment:
   What is the bool request again?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org