HappenLee commented on a change in pull request #4152: URL: https://github.com/apache/incubator-doris/pull/4152#discussion_r459310624
########## File path: be/src/runtime/bufferpool/suballocator.h ########## @@ -128,6 +129,10 @@ class Suballocator { // if list is empty. std::unique_ptr<Suballocation> PopFreeListHead(int list_idx); + // Get the allocation at the head of the free list at index 'list_idx'. Return nullptr + // if list is empty. + bool CheckFreeListHead(int list_idx) const; + Review comment: ok,I will change the name ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org