From a300adf15342aa4d3b030698d40d61edb6272ea0 Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期二, 07 九月 2021 11:51:20 +0800
Subject: [PATCH] resize the buf allocation as dynamic allocate.

---
 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