From b984dac55bdd0a5b694837fb8fb2ceb07ce9808f Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 07 九月 2021 11:25:57 +0800 Subject: [PATCH] resize the buf allocation to dynamic buf. --- test_queue/test_queue.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test_queue/test_queue.cpp b/test_queue/test_queue.cpp index 6ddf1b8..26e303c 100644 --- a/test_queue/test_queue.cpp +++ b/test_queue/test_queue.cpp @@ -125,4 +125,4 @@ mm_destroy(); return 0; -} \ No newline at end of file +} -- Gitblit v1.8.0