加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Config.uk 715 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Invisible option that is used to detect
# if LIBTLSF is available for configuration
config LIBTLSF_INCLUDED
bool
default y
menuconfig LIBTLSF
bool "TLSF - real-time dynamic memory allocator"
select LIBUKALLOC_IFMALLOC
default n
if LIBTLSF
config TLSF_LOG2_SLI
int "log2 of second level index (SLI)"
default 5
help
The Second Level Index subdivides linearily the first level lists.
The SLI has to be a power of two and is here represented as log2
of the number of second level divisions.
For instance, TLSF_LOG2_SLI = 5 implies 32 second level divisions.
Higher values of SLI imply less fragmentation, at the cost of an
increased space overhead of metadata.
endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化