# memory-pool **Repository Path**: levanliu/memory-pool ## Basic Information - **Project Name**: memory-pool - **Description**: c++ 11 memory-pool - **Primary Language**: Unknown - **License**: Zlib - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-07 - **Last Updated**: 2024-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MemoryPool https://gitee.com/TristanHNU/memory-pool.git #### 介绍 基于 C++14 的非线程安全的内存池 ```sh sudo apt install build-essential gdb cmake git curl ``` ```sh cmake -B build cmake --build build --config=release ./bin/main ```