Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 571 Bytes

TODO.md

File metadata and controls

14 lines (12 loc) · 571 Bytes
  1. 在lu_event_operate_t中进行后端的选择以及封装;在event_base_new_with_config进行初始化
  2. 需要全局变量static const struct eventop *eventops[];配置支持的后端
  3. 完善lu_event_base_t的初始化 以及lu_event_config_t
    1. lu_event_base_new
    2. lu_event_config_new
    3. lu_event_base_new_with_config
    4. lu_event_config_free
  4. 封装mm-inernal.h memory_manager.h memory_manager.c
  • 封装自定义的内存池进行高效的内存管理
  • 完善lu_event_base_new_with_config
  • 自定义后端封装
  • 条件日志输出