# memory pool **Repository Path**: ldx-dudu/c98 ## Basic Information - **Project Name**: memory pool - **Description**: 基于c编写的内存池库,可供日常开发。 - **Primary Language**: C - **License**: 0BSD - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-10-24 - **Last Updated**: 2022-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 关于为什么需要使用内存池的原因可参考:https://blog.csdn.net/qq_38158479/article/details/108167756 即使频繁使用malloc和free申请内存会带来什么问题。