提交 93232c24 编写于 作者: B Brian Johnson

Adding comment to indicate that memory_manager is not intended to be created locally.

上级 6969e403
......@@ -20,7 +20,7 @@ namespace eos {
* @{
*/
class memory_manager
class memory_manager // NOTE: Should never allocate another instance of memory_manager
{
friend void* malloc(uint32_t size);
friend void* realloc(void* ptr, uint32_t size);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册