summaryrefslogtreecommitdiff
path: root/doc/sphinx/kernel_abi.py
diff options
context:
space:
mode:
authorHanyuan Zhao <hanyuan-z@qq.com>2024-03-05 15:37:35 +0800
committerTom Rini <trini@konsulko.com>2024-03-13 12:40:43 -0400
commit421359ac52bfc80946929c4ffeacf6a68273e758 (patch)
tree7107a561bfccef84411b2d04500ae457d03d27f0 /doc/sphinx/kernel_abi.py
parent44951340309d0dca73c05fc61406a1e839d1da93 (diff)
cli: allow users to determine history buffer allocation method
This commit allows users to choose the appropriate memory allocation method between static allocated and dynamically calloc. The previous static-array way will not obviously contribute to the final binary size since it is uninitialized, and might have better performance than the dynamical one. Now we provide the users with both the two options. Signed-off-by: Hanyuan Zhao <hanyuan-z@qq.com>
Diffstat (limited to 'doc/sphinx/kernel_abi.py')
0 files changed, 0 insertions, 0 deletions