MCPcopy Create free account
hub / github.com/Shangyizhou/A-Tiny-Network-Library / MemoryPool

Method MemoryPool

src/memory/MemoryPool.h:38–38  ·  view source on GitHub ↗

* @brief 默认构造,真正初始化工作交给 createPool */

Source from the content-addressed store, hash-verified

36 * @brief 默认构造,真正初始化工作交给 createPool
37 */
38 MemoryPool() = default;
39
40 /**
41 * @brief 默认析构,真正销毁工作交给 destroyPool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected