This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 415a09115d boards/sim/windows: enable custom options new 7cd325f3be mm/mm_heap: remove kasan in MM_ADD_BACKTRACE new c82f44c4f3 mm/mm_heap: add mempool to optimize small block performance new bdcb1f6a25 fix:mmsize_t need support 64bit new cb404167a7 mm/tlsf:add mempool to optimize small block perfomance The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: arch/sim/src/sim/sim_backtrace.c | 7 ++- mm/Kconfig | 16 +++++++ mm/mm_heap/mm.h | 22 +++++++-- mm/mm_heap/mm_free.c | 8 ++++ mm/mm_heap/mm_initialize.c | 14 ++++++ mm/mm_heap/mm_malloc.c | 8 ++++ mm/mm_heap/mm_malloc_size.c | 7 +++ mm/mm_heap/mm_memalign.c | 10 +++- mm/mm_heap/mm_realloc.c | 36 +++++++++++++++ mm/tlsf/mm_tlsf.c | 98 +++++++++++++++++++++++++++++++++++++++- 10 files changed, 218 insertions(+), 8 deletions(-)